HSL(171, 58%, 48%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,58%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 58%, 48%) | color: hsl(171, 58%, 48%) | |
| HEX | #33C1AC | color: #33C1AC | |
| RGB | rgb(51, 193, 172) | color: rgb(51, 193, 172) | |
| CMYK | cmyk(74%, 0%, 11%, 24%) | — | |
| HSV | hsv(171, 74%, 76%) | — | |
| HWB | hwb(171 20% 24%) | color: hwb(171 20% 24%) | |
| OKLCH | oklch(0.7327 0.1208 180.46) | color: oklch(0.7327 0.1208 180.46) | |
| Lab | lab(70.75 -41.7 -0.1) | color: lab(70.75 -41.7 -0.1) | |
| LCH | lch(70.75 41.7 180.14) | color: lch(70.75 41.7 180.14) |
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)
#7072B1 — rgb(112, 114, 177)
Deuteranopia (Green-blind)
#685EB2 — rgb(104, 94, 178)
Tritanopia (Blue-blind)
#3AB5B6 — rgb(58, 181, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 58%, 48%);
text
color: hsl(171, 58%, 48%);
border
border: 2px solid hsl(171, 58%, 48%);
gradient light
background: linear-gradient(to right, hsl(171, 58%, 68%), hsl(171, 58%, 48%));
gradient dark
background: linear-gradient(to right, hsl(171, 58%, 48%), hsl(171, 58%, 28%))
hex
background-color: #33C1AC;
tailwind
bg-[hsl(171,58%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 58%, 48%, 0.4);
css variable
--color-primary: hsl(171, 58%, 48%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 58%, 48%)?
HEX: #33C1AC | RGB: rgb(51, 193, 172) | CMYK: 74%, 0%, 11%, 24% | HSV: 171°, 74%, 76%. Copy any format from the conversion table above.
What colors go well with #33C1AC?
The complementary color is HSL(351, 58%, 48%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 58%, 48%) in CSS?
As HSL: color: hsl(171, 58%, 48%); — As HEX: color: #33C1AC; — As RGB: color: rgb(51, 193, 172); — Tailwind CSS: bg-[hsl(171,58%,48%)] — CSS variable: --color-primary: hsl(171, 58%, 48%);