HSL(177, 91%, 39%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,91%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 91%, 39%) | color: hsl(177, 91%, 39%) | |
| HEX | #09BEB5 | color: #09BEB5 | |
| RGB | rgb(9, 190, 181) | color: rgb(9, 190, 181) | |
| CMYK | cmyk(95%, 0%, 5%, 25%) | — | |
| HSV | hsv(177, 95%, 75%) | — | |
| HWB | hwb(177 4% 25%) | color: hwb(177 4% 25%) | |
| OKLCH | oklch(0.7231 0.1244 188.75) | color: oklch(0.7231 0.1244 188.75) | |
| Lab | lab(69.62 -40.94 -6.73) | color: lab(69.62 -40.94 -6.73) | |
| LCH | lch(69.62 41.49 189.34) | color: lch(69.62 41.49 189.34) |
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)
#5759B7 — rgb(87, 89, 183)
Deuteranopia (Green-blind)
#4D3FB8 — rgb(77, 63, 184)
Tritanopia (Blue-blind)
#12B9B9 — rgb(18, 185, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 91%, 39%);
text
color: hsl(177, 91%, 39%);
border
border: 2px solid hsl(177, 91%, 39%);
gradient light
background: linear-gradient(to right, hsl(177, 91%, 59%), hsl(177, 91%, 39%));
gradient dark
background: linear-gradient(to right, hsl(177, 91%, 39%), hsl(177, 91%, 19%))
hex
background-color: #09BEB5;
tailwind
bg-[hsl(177,91%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 91%, 39%, 0.4);
css variable
--color-primary: hsl(177, 91%, 39%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 91%, 39%)?
HEX: #09BEB5 | RGB: rgb(9, 190, 181) | CMYK: 95%, 0%, 5%, 25% | HSV: 177°, 95%, 75%. Copy any format from the conversion table above.
What colors go well with #09BEB5?
The complementary color is HSL(357, 91%, 39%). 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, 91%, 39%) in CSS?
As HSL: color: hsl(177, 91%, 39%); — As HEX: color: #09BEB5; — As RGB: color: rgb(9, 190, 181); — Tailwind CSS: bg-[hsl(177,91%,39%)] — CSS variable: --color-primary: hsl(177, 91%, 39%);