HSL(166, 60%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,60%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 60%, 52%) | color: hsl(166, 60%, 52%) | |
| HEX | #3BCEAC | color: #3BCEAC | |
| RGB | rgb(59, 206, 172) | color: rgb(59, 206, 172) | |
| CMYK | cmyk(71%, 0%, 17%, 19%) | — | |
| HSV | hsv(166, 71%, 81%) | — | |
| HWB | hwb(166 23% 19%) | color: hwb(166 23% 19%) | |
| OKLCH | oklch(0.7667 0.1315 173.52) | color: oklch(0.7667 0.1315 173.52) | |
| Lab | lab(74.85 -46.27 5.88) | color: lab(74.85 -46.27 5.88) | |
| LCH | lch(74.85 46.64 172.76) | color: lch(74.85 46.64 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)
#7B7CB4 — rgb(123, 124, 180)
Deuteranopia (Green-blind)
#7267B6 — rgb(114, 103, 182)
Tritanopia (Blue-blind)
#42BBBC — rgb(66, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 60%, 52%);
text
color: hsl(166, 60%, 52%);
border
border: 2px solid hsl(166, 60%, 52%);
gradient light
background: linear-gradient(to right, hsl(166, 60%, 72%), hsl(166, 60%, 52%));
gradient dark
background: linear-gradient(to right, hsl(166, 60%, 52%), hsl(166, 60%, 32%))
hex
background-color: #3BCEAC;
tailwind
bg-[hsl(166,60%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 60%, 52%, 0.4);
css variable
--color-primary: hsl(166, 60%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 60%, 52%)?
HEX: #3BCEAC | RGB: rgb(59, 206, 172) | CMYK: 71%, 0%, 17%, 19% | HSV: 166°, 71%, 81%. Copy any format from the conversion table above.
What colors go well with #3BCEAC?
The complementary color is HSL(346, 60%, 52%). 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%, 52%) in CSS?
As HSL: color: hsl(166, 60%, 52%); — As HEX: color: #3BCEAC; — As RGB: color: rgb(59, 206, 172); — Tailwind CSS: bg-[hsl(166,60%,52%)] — CSS variable: --color-primary: hsl(166, 60%, 52%);