HSL(161, 85%, 22%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,85%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 85%, 22%) | color: hsl(161, 85%, 22%) | |
| HEX | #08684A | color: #08684A | |
| RGB | rgb(8, 104, 74) | color: rgb(8, 104, 74) | |
| CMYK | cmyk(92%, 0%, 29%, 59%) | — | |
| HSV | hsv(161, 92%, 41%) | — | |
| HWB | hwb(161 3% 59%) | color: hwb(161 3% 59%) | |
| OKLCH | oklch(0.4594 0.0945 164.59) | color: oklch(0.4594 0.0945 164.59) | |
| Lab | lab(38.63 -33.28 9.86) | color: lab(38.63 -33.28 9.86) | |
| LCH | lch(38.63 34.71 163.5) | color: lch(38.63 34.71 163.5) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#323251 — rgb(50, 50, 81)
Deuteranopia (Green-blind)
#2C2553 — rgb(44, 37, 83)
Tritanopia (Blue-blind)
#0D5758 — rgb(13, 87, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 85%, 22%);
text
color: hsl(161, 85%, 22%);
border
border: 2px solid hsl(161, 85%, 22%);
gradient light
background: linear-gradient(to right, hsl(161, 85%, 42%), hsl(161, 85%, 22%));
gradient dark
background: linear-gradient(to right, hsl(161, 85%, 22%), hsl(161, 85%, 2%))
hex
background-color: #08684A;
tailwind
bg-[hsl(161,85%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 85%, 22%, 0.4);
css variable
--color-primary: hsl(161, 85%, 22%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 85%, 22%)?
HEX: #08684A | RGB: rgb(8, 104, 74) | CMYK: 92%, 0%, 29%, 59% | HSV: 161°, 92%, 41%. Copy any format from the conversion table above.
What colors go well with #08684A?
The complementary color is HSL(341, 85%, 22%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 85%, 22%) in CSS?
As HSL: color: hsl(161, 85%, 22%); — As HEX: color: #08684A; — As RGB: color: rgb(8, 104, 74); — Tailwind CSS: bg-[hsl(161,85%,22%)] — CSS variable: --color-primary: hsl(161, 85%, 22%);