HSL(161, 100%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,100%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 100%, 26%) | color: hsl(161, 100%, 26%) | |
| HEX | #00855B | color: #00855B | |
| RGB | rgb(0, 133, 91) | color: rgb(0, 133, 91) | |
| CMYK | cmyk(100%, 0%, 32%, 48%) | — | |
| HSV | hsv(161, 100%, 52%) | — | |
| HWB | hwb(161 0% 48%) | color: hwb(161 0% 48%) | |
| OKLCH | oklch(0.5453 0.1188 162.45) | color: oklch(0.5453 0.1188 162.45) | |
| Lab | lab(48.92 -41.64 14.12) | color: lab(48.92 -41.64 14.12) | |
| LCH | lch(48.92 43.97 161.27) | color: lch(48.92 43.97 161.27) |
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)
#3A3B65 — rgb(58, 59, 101)
Deuteranopia (Green-blind)
#322868 — rgb(50, 40, 104)
Tritanopia (Blue-blind)
#076D6F — rgb(7, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 100%, 26%);
text
color: hsl(161, 100%, 26%);
border
border: 2px solid hsl(161, 100%, 26%);
gradient light
background: linear-gradient(to right, hsl(161, 100%, 46%), hsl(161, 100%, 26%));
gradient dark
background: linear-gradient(to right, hsl(161, 100%, 26%), hsl(161, 100%, 6%))
hex
background-color: #00855B;
tailwind
bg-[hsl(161,100%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 100%, 26%, 0.4);
css variable
--color-primary: hsl(161, 100%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 100%, 26%)?
HEX: #00855B | RGB: rgb(0, 133, 91) | CMYK: 100%, 0%, 32%, 48% | HSV: 161°, 100%, 52%. Copy any format from the conversion table above.
What colors go well with #00855B?
The complementary color is HSL(341, 100%, 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, 100%, 26%) in CSS?
As HSL: color: hsl(161, 100%, 26%); — As HEX: color: #00855B; — As RGB: color: rgb(0, 133, 91); — Tailwind CSS: bg-[hsl(161,100%,26%)] — CSS variable: --color-primary: hsl(161, 100%, 26%);