HSL(161, 92%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,92%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 92%, 26%) | color: hsl(161, 92%, 26%) | |
| HEX | #057F59 | color: #057F59 | |
| RGB | rgb(5, 127, 89) | color: rgb(5, 127, 89) | |
| CMYK | cmyk(96%, 0%, 30%, 50%) | — | |
| HSV | hsv(161, 96%, 50%) | — | |
| HWB | hwb(161 2% 50%) | color: hwb(161 2% 50%) | |
| OKLCH | oklch(0.5284 0.1121 163.57) | color: oklch(0.5284 0.1121 163.57) | |
| Lab | lab(46.88 -39.39 12.46) | color: lab(46.88 -39.39 12.46) | |
| LCH | lch(46.88 41.31 162.45) | color: lch(46.88 41.31 162.45) |
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)
#3A3B62 — rgb(58, 59, 98)
Deuteranopia (Green-blind)
#332A64 — rgb(51, 42, 100)
Tritanopia (Blue-blind)
#0B696B — rgb(11, 105, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 92%, 26%);
text
color: hsl(161, 92%, 26%);
border
border: 2px solid hsl(161, 92%, 26%);
gradient light
background: linear-gradient(to right, hsl(161, 92%, 46%), hsl(161, 92%, 26%));
gradient dark
background: linear-gradient(to right, hsl(161, 92%, 26%), hsl(161, 92%, 6%))
hex
background-color: #057F59;
tailwind
bg-[hsl(161,92%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 92%, 26%, 0.4);
css variable
--color-primary: hsl(161, 92%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 92%, 26%)?
HEX: #057F59 | RGB: rgb(5, 127, 89) | CMYK: 96%, 0%, 30%, 50% | HSV: 161°, 96%, 50%. Copy any format from the conversion table above.
What colors go well with #057F59?
The complementary color is HSL(341, 92%, 26%). 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, 92%, 26%) in CSS?
As HSL: color: hsl(161, 92%, 26%); — As HEX: color: #057F59; — As RGB: color: rgb(5, 127, 89); — Tailwind CSS: bg-[hsl(161,92%,26%)] — CSS variable: --color-primary: hsl(161, 92%, 26%);