HSL(167, 90%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,90%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 90%, 34%) | color: hsl(167, 90%, 34%) | |
| HEX | #09A583 | color: #09A583 | |
| RGB | rgb(9, 165, 131) | color: rgb(9, 165, 131) | |
| CMYK | cmyk(95%, 0%, 21%, 35%) | — | |
| HSV | hsv(167, 95%, 65%) | — | |
| HWB | hwb(167 3% 35%) | color: hwb(167 3% 35%) | |
| OKLCH | oklch(0.6433 0.1246 171.06) | color: oklch(0.6433 0.1246 171.06) | |
| Lab | lab(60.43 -44.12 7.6) | color: lab(60.43 -44.12 7.6) | |
| LCH | lch(60.43 44.77 170.23) | color: lch(60.43 44.77 170.23) |
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)
#4D4E8B — rgb(77, 78, 139)
Deuteranopia (Green-blind)
#44388D — rgb(68, 56, 141)
Tritanopia (Blue-blind)
#119293 — rgb(17, 146, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 90%, 34%);
text
color: hsl(167, 90%, 34%);
border
border: 2px solid hsl(167, 90%, 34%);
gradient light
background: linear-gradient(to right, hsl(167, 90%, 54%), hsl(167, 90%, 34%));
gradient dark
background: linear-gradient(to right, hsl(167, 90%, 34%), hsl(167, 90%, 14%))
hex
background-color: #09A583;
tailwind
bg-[hsl(167,90%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 90%, 34%, 0.4);
css variable
--color-primary: hsl(167, 90%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 90%, 34%)?
HEX: #09A583 | RGB: rgb(9, 165, 131) | CMYK: 95%, 0%, 21%, 35% | HSV: 167°, 95%, 65%. Copy any format from the conversion table above.
What colors go well with #09A583?
The complementary color is HSL(347, 90%, 34%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 90%, 34%) in CSS?
As HSL: color: hsl(167, 90%, 34%); — As HEX: color: #09A583; — As RGB: color: rgb(9, 165, 131); — Tailwind CSS: bg-[hsl(167,90%,34%)] — CSS variable: --color-primary: hsl(167, 90%, 34%);