HSL(166, 58%, 35%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,58%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 58%, 35%) | color: hsl(166, 58%, 35%) | |
| HEX | #258D75 | color: #258D75 | |
| RGB | rgb(37, 141, 117) | color: rgb(37, 141, 117) | |
| CMYK | cmyk(74%, 0%, 17%, 45%) | — | |
| HSV | hsv(166, 74%, 55%) | — | |
| HWB | hwb(166 14% 45%) | color: hwb(166 14% 45%) | |
| OKLCH | oklch(0.5793 0.0996 173.52) | color: oklch(0.5793 0.0996 173.52) | |
| Lab | lab(52.65 -35.04 4.45) | color: lab(52.65 -35.04 4.45) | |
| LCH | lch(52.65 35.32 172.76) | color: lch(52.65 35.32 172.76) |
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)
#52537B — rgb(82, 83, 123)
Deuteranopia (Green-blind)
#4C447C — rgb(76, 68, 124)
Tritanopia (Blue-blind)
#2A7F80 — rgb(42, 127, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 58%, 35%);
text
color: hsl(166, 58%, 35%);
border
border: 2px solid hsl(166, 58%, 35%);
gradient light
background: linear-gradient(to right, hsl(166, 58%, 55%), hsl(166, 58%, 35%));
gradient dark
background: linear-gradient(to right, hsl(166, 58%, 35%), hsl(166, 58%, 15%))
hex
background-color: #258D75;
tailwind
bg-[hsl(166,58%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 58%, 35%, 0.4);
css variable
--color-primary: hsl(166, 58%, 35%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 58%, 35%)?
HEX: #258D75 | RGB: rgb(37, 141, 117) | CMYK: 74%, 0%, 17%, 45% | HSV: 166°, 74%, 55%. Copy any format from the conversion table above.
What colors go well with #258D75?
The complementary color is HSL(346, 58%, 35%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 58%, 35%) in CSS?
As HSL: color: hsl(166, 58%, 35%); — As HEX: color: #258D75; — As RGB: color: rgb(37, 141, 117); — Tailwind CSS: bg-[hsl(166,58%,35%)] — CSS variable: --color-primary: hsl(166, 58%, 35%);