HSL(166, 60%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,60%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 60%, 34%) | color: hsl(166, 60%, 34%) | |
| HEX | #238B72 | color: #238B72 | |
| RGB | rgb(35, 139, 114) | color: rgb(35, 139, 114) | |
| CMYK | cmyk(75%, 0%, 18%, 45%) | — | |
| HSV | hsv(166, 75%, 55%) | — | |
| HWB | hwb(166 14% 45%) | color: hwb(166 14% 45%) | |
| OKLCH | oklch(0.5726 0.1 172.61) | color: oklch(0.5726 0.1 172.61) | |
| Lab | lab(51.88 -35.22 5.07) | color: lab(51.88 -35.22 5.07) | |
| LCH | lch(51.88 35.58 171.81) | color: lch(51.88 35.58 171.81) |
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)
#505178 — rgb(80, 81, 120)
Deuteranopia (Green-blind)
#4A427A — rgb(74, 66, 122)
Tritanopia (Blue-blind)
#287D7E — rgb(40, 125, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 60%, 34%);
text
color: hsl(166, 60%, 34%);
border
border: 2px solid hsl(166, 60%, 34%);
gradient light
background: linear-gradient(to right, hsl(166, 60%, 54%), hsl(166, 60%, 34%));
gradient dark
background: linear-gradient(to right, hsl(166, 60%, 34%), hsl(166, 60%, 14%))
hex
background-color: #238B72;
tailwind
bg-[hsl(166,60%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 60%, 34%, 0.4);
css variable
--color-primary: hsl(166, 60%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 60%, 34%)?
HEX: #238B72 | RGB: rgb(35, 139, 114) | CMYK: 75%, 0%, 18%, 45% | HSV: 166°, 75%, 55%. Copy any format from the conversion table above.
What colors go well with #238B72?
The complementary color is HSL(346, 60%, 34%). 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, 60%, 34%) in CSS?
As HSL: color: hsl(166, 60%, 34%); — As HEX: color: #238B72; — As RGB: color: rgb(35, 139, 114); — Tailwind CSS: bg-[hsl(166,60%,34%)] — CSS variable: --color-primary: hsl(166, 60%, 34%);