HSL(176, 100%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,100%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 100%, 26%) | color: hsl(176, 100%, 26%) | |
| HEX | #00857C | color: #00857C | |
| RGB | rgb(0, 133, 124) | color: rgb(0, 133, 124) | |
| CMYK | cmyk(100%, 0%, 7%, 48%) | — | |
| HSV | hsv(176, 100%, 52%) | — | |
| HWB | hwb(176 0% 48%) | color: hwb(176 0% 48%) | |
| OKLCH | oklch(0.5551 0.0971 186.51) | color: oklch(0.5551 0.0971 186.51) | |
| Lab | lab(49.77 -32.5 -3.87) | color: lab(49.77 -32.5 -3.87) | |
| LCH | lch(49.77 32.73 186.79) | color: lch(49.77 32.73 186.79) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#3A3B7E — rgb(58, 59, 126)
Deuteranopia (Green-blind)
#32287F — rgb(50, 40, 127)
Tritanopia (Blue-blind)
#078080 — rgb(7, 128, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 100%, 26%);
text
color: hsl(176, 100%, 26%);
border
border: 2px solid hsl(176, 100%, 26%);
gradient light
background: linear-gradient(to right, hsl(176, 100%, 46%), hsl(176, 100%, 26%));
gradient dark
background: linear-gradient(to right, hsl(176, 100%, 26%), hsl(176, 100%, 6%))
hex
background-color: #00857C;
tailwind
bg-[hsl(176,100%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 100%, 26%, 0.4);
css variable
--color-primary: hsl(176, 100%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 100%, 26%)?
HEX: #00857C | RGB: rgb(0, 133, 124) | CMYK: 100%, 0%, 7%, 48% | HSV: 176°, 100%, 52%. Copy any format from the conversion table above.
What colors go well with #00857C?
The complementary color is HSL(356, 100%, 26%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 100%, 26%) in CSS?
As HSL: color: hsl(176, 100%, 26%); — As HEX: color: #00857C; — As RGB: color: rgb(0, 133, 124); — Tailwind CSS: bg-[hsl(176,100%,26%)] — CSS variable: --color-primary: hsl(176, 100%, 26%);