HSL(177, 72%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,72%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 72%, 30%) | color: hsl(177, 72%, 30%) | |
| HEX | #15847E | color: #15847E | |
| RGB | rgb(21, 132, 126) | color: rgb(21, 132, 126) | |
| CMYK | cmyk(84%, 0%, 5%, 48%) | — | |
| HSV | hsv(177, 84%, 52%) | — | |
| HWB | hwb(177 8% 48%) | color: hwb(177 8% 48%) | |
| OKLCH | oklch(0.5552 0.0917 189.04) | color: oklch(0.5552 0.0917 189.04) | |
| Lab | lab(49.7 -30.11 -5.13) | color: lab(49.7 -30.11 -5.13) | |
| LCH | lch(49.7 30.54 189.67) | color: lch(49.7 30.54 189.67) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#45467F — rgb(69, 70, 127)
Deuteranopia (Green-blind)
#3F3680 — rgb(63, 54, 128)
Tritanopia (Blue-blind)
#1B8181 — rgb(27, 129, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 72%, 30%);
text
color: hsl(177, 72%, 30%);
border
border: 2px solid hsl(177, 72%, 30%);
gradient light
background: linear-gradient(to right, hsl(177, 72%, 50%), hsl(177, 72%, 30%));
gradient dark
background: linear-gradient(to right, hsl(177, 72%, 30%), hsl(177, 72%, 10%))
hex
background-color: #15847E;
tailwind
bg-[hsl(177,72%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 72%, 30%, 0.4);
css variable
--color-primary: hsl(177, 72%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 72%, 30%)?
HEX: #15847E | RGB: rgb(21, 132, 126) | CMYK: 84%, 0%, 5%, 48% | HSV: 177°, 84%, 52%. Copy any format from the conversion table above.
What colors go well with #15847E?
The complementary color is HSL(357, 72%, 30%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 72%, 30%) in CSS?
As HSL: color: hsl(177, 72%, 30%); — As HEX: color: #15847E; — As RGB: color: rgb(21, 132, 126); — Tailwind CSS: bg-[hsl(177,72%,30%)] — CSS variable: --color-primary: hsl(177, 72%, 30%);