HSL(167, 65%, 38%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,65%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 65%, 38%) | color: hsl(167, 65%, 38%) | |
| HEX | #22A085 | color: #22A085 | |
| RGB | rgb(34, 160, 133) | color: rgb(34, 160, 133) | |
| CMYK | cmyk(79%, 0%, 17%, 37%) | — | |
| HSV | hsv(167, 79%, 63%) | — | |
| HWB | hwb(167 13% 37%) | color: hwb(167 13% 37%) | |
| OKLCH | oklch(0.6336 0.1125 174.03) | color: oklch(0.6336 0.1125 174.03) | |
| Lab | lab(59.13 -39.61 4.66) | color: lab(59.13 -39.61 4.66) | |
| LCH | lch(59.13 39.88 173.29) | color: lch(59.13 39.88 173.29) |
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)
#595A8C — rgb(89, 90, 140)
Deuteranopia (Green-blind)
#51488D — rgb(81, 72, 141)
Tritanopia (Blue-blind)
#289192 — rgb(40, 145, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 65%, 38%);
text
color: hsl(167, 65%, 38%);
border
border: 2px solid hsl(167, 65%, 38%);
gradient light
background: linear-gradient(to right, hsl(167, 65%, 58%), hsl(167, 65%, 38%));
gradient dark
background: linear-gradient(to right, hsl(167, 65%, 38%), hsl(167, 65%, 18%))
hex
background-color: #22A085;
tailwind
bg-[hsl(167,65%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 65%, 38%, 0.4);
css variable
--color-primary: hsl(167, 65%, 38%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 65%, 38%)?
HEX: #22A085 | RGB: rgb(34, 160, 133) | CMYK: 79%, 0%, 17%, 37% | HSV: 167°, 79%, 63%. Copy any format from the conversion table above.
What colors go well with #22A085?
The complementary color is HSL(347, 65%, 38%). 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, 65%, 38%) in CSS?
As HSL: color: hsl(167, 65%, 38%); — As HEX: color: #22A085; — As RGB: color: rgb(34, 160, 133); — Tailwind CSS: bg-[hsl(167,65%,38%)] — CSS variable: --color-primary: hsl(167, 65%, 38%);