HSL(161, 91%, 20%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,91%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 91%, 20%) | color: hsl(161, 91%, 20%) | |
| HEX | #056144 | color: #056144 | |
| RGB | rgb(5, 97, 68) | color: rgb(5, 97, 68) | |
| CMYK | cmyk(95%, 0%, 30%, 62%) | — | |
| HSV | hsv(161, 95%, 38%) | — | |
| HWB | hwb(161 2% 62%) | color: hwb(161 2% 62%) | |
| OKLCH | oklch(0.437 0.0912 164.11) | color: oklch(0.437 0.0912 164.11) | |
| Lab | lab(35.98 -32.08 9.8) | color: lab(35.98 -32.08 9.8) | |
| LCH | lch(35.98 33.54 163.01) | color: lch(35.98 33.54 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)
#2D2E4B — rgb(45, 46, 75)
Deuteranopia (Green-blind)
#28214D — rgb(40, 33, 77)
Tritanopia (Blue-blind)
#0A5152 — rgb(10, 81, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 91%, 20%);
text
color: hsl(161, 91%, 20%);
border
border: 2px solid hsl(161, 91%, 20%);
gradient light
background: linear-gradient(to right, hsl(161, 91%, 40%), hsl(161, 91%, 20%));
gradient dark
background: linear-gradient(to right, hsl(161, 91%, 20%), hsl(161, 91%, 0%))
hex
background-color: #056144;
tailwind
bg-[hsl(161,91%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 91%, 20%, 0.4);
css variable
--color-primary: hsl(161, 91%, 20%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 91%, 20%)?
HEX: #056144 | RGB: rgb(5, 97, 68) | CMYK: 95%, 0%, 30%, 62% | HSV: 161°, 95%, 38%. Copy any format from the conversion table above.
What colors go well with #056144?
The complementary color is HSL(341, 91%, 20%). 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, 91%, 20%) in CSS?
As HSL: color: hsl(161, 91%, 20%); — As HEX: color: #056144; — As RGB: color: rgb(5, 97, 68); — Tailwind CSS: bg-[hsl(161,91%,20%)] — CSS variable: --color-primary: hsl(161, 91%, 20%);