HSL(161, 86%, 23%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,86%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 86%, 23%) | color: hsl(161, 86%, 23%) | |
| HEX | #086D4D | color: #086D4D | |
| RGB | rgb(8, 109, 77) | color: rgb(8, 109, 77) | |
| CMYK | cmyk(93%, 0%, 29%, 57%) | — | |
| HSV | hsv(161, 93%, 43%) | — | |
| HWB | hwb(161 3% 57%) | color: hwb(161 3% 57%) | |
| OKLCH | oklch(0.4746 0.0986 164.12) | color: oklch(0.4746 0.0986 164.12) | |
| Lab | lab(40.45 -34.66 10.59) | color: lab(40.45 -34.66 10.59) | |
| LCH | lch(40.45 36.24 163.01) | color: lch(40.45 36.24 163.01) |
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)
#343555 — rgb(52, 53, 85)
Deuteranopia (Green-blind)
#2E2657 — rgb(46, 38, 87)
Tritanopia (Blue-blind)
#0D5B5C — rgb(13, 91, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 86%, 23%);
text
color: hsl(161, 86%, 23%);
border
border: 2px solid hsl(161, 86%, 23%);
gradient light
background: linear-gradient(to right, hsl(161, 86%, 43%), hsl(161, 86%, 23%));
gradient dark
background: linear-gradient(to right, hsl(161, 86%, 23%), hsl(161, 86%, 3%))
hex
background-color: #086D4D;
tailwind
bg-[hsl(161,86%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 86%, 23%, 0.4);
css variable
--color-primary: hsl(161, 86%, 23%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 86%, 23%)?
HEX: #086D4D | RGB: rgb(8, 109, 77) | CMYK: 93%, 0%, 29%, 57% | HSV: 161°, 93%, 43%. Copy any format from the conversion table above.
What colors go well with #086D4D?
The complementary color is HSL(341, 86%, 23%). 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, 86%, 23%) in CSS?
As HSL: color: hsl(161, 86%, 23%); — As HEX: color: #086D4D; — As RGB: color: rgb(8, 109, 77); — Tailwind CSS: bg-[hsl(161,86%,23%)] — CSS variable: --color-primary: hsl(161, 86%, 23%);