HSL(161, 86%, 15%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,86%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 86%, 15%) | color: hsl(161, 86%, 15%) | |
| HEX | #054732 | color: #054732 | |
| RGB | rgb(5, 71, 50) | color: rgb(5, 71, 50) | |
| CMYK | cmyk(93%, 0%, 30%, 72%) | — | |
| HSV | hsv(161, 93%, 28%) | — | |
| HWB | hwb(161 2% 72%) | color: hwb(161 2% 72%) | |
| OKLCH | oklch(0.3538 0.0717 165.04) | color: oklch(0.3538 0.0717 165.04) | |
| Lab | lab(26.07 -25.23 7.25) | color: lab(26.07 -25.23 7.25) | |
| LCH | lch(26.07 26.25 163.97) | color: lch(26.07 26.25 163.97) |
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)
#222237 — rgb(34, 34, 55)
Deuteranopia (Green-blind)
#1E1938 — rgb(30, 25, 56)
Tritanopia (Blue-blind)
#083B3C — rgb(8, 59, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 86%, 15%);
text
color: hsl(161, 86%, 15%);
border
border: 2px solid hsl(161, 86%, 15%);
gradient light
background: linear-gradient(to right, hsl(161, 86%, 35%), hsl(161, 86%, 15%));
gradient dark
background: linear-gradient(to right, hsl(161, 86%, 15%), hsl(161, 86%, 0%))
hex
background-color: #054732;
tailwind
bg-[hsl(161,86%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 86%, 15%, 0.4);
css variable
--color-primary: hsl(161, 86%, 15%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 86%, 15%)?
HEX: #054732 | RGB: rgb(5, 71, 50) | CMYK: 93%, 0%, 30%, 72% | HSV: 161°, 93%, 28%. Copy any format from the conversion table above.
What colors go well with #054732?
The complementary color is HSL(341, 86%, 15%). 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%, 15%) in CSS?
As HSL: color: hsl(161, 86%, 15%); — As HEX: color: #054732; — As RGB: color: rgb(5, 71, 50); — Tailwind CSS: bg-[hsl(161,86%,15%)] — CSS variable: --color-primary: hsl(161, 86%, 15%);