HSL(175, 45%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,45%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 45%, 52%) | color: hsl(175, 45%, 52%) | |
| HEX | #4EBCB3 | color: #4EBCB3 | |
| RGB | rgb(78, 188, 179) | color: rgb(78, 188, 179) | |
| CMYK | cmyk(59%, 0%, 5%, 26%) | — | |
| HSV | hsv(175, 59%, 74%) | — | |
| HWB | hwb(175 30% 26%) | color: hwb(175 30% 26%) | |
| OKLCH | oklch(0.7296 0.1008 187.79) | color: oklch(0.7296 0.1008 187.79) | |
| Lab | lab(70.06 -33.35 -4.86) | color: lab(70.06 -33.35 -4.86) | |
| LCH | lch(70.06 33.7 188.29) | color: lch(70.06 33.7 188.29) |
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)
#7E7FB5 — rgb(126, 127, 181)
Deuteranopia (Green-blind)
#776FB6 — rgb(119, 111, 182)
Tritanopia (Blue-blind)
#54B7B7 — rgb(84, 183, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 45%, 52%);
text
color: hsl(175, 45%, 52%);
border
border: 2px solid hsl(175, 45%, 52%);
gradient light
background: linear-gradient(to right, hsl(175, 45%, 72%), hsl(175, 45%, 52%));
gradient dark
background: linear-gradient(to right, hsl(175, 45%, 52%), hsl(175, 45%, 32%))
hex
background-color: #4EBCB3;
tailwind
bg-[hsl(175,45%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 45%, 52%, 0.4);
css variable
--color-primary: hsl(175, 45%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 45%, 52%)?
HEX: #4EBCB3 | RGB: rgb(78, 188, 179) | CMYK: 59%, 0%, 5%, 26% | HSV: 175°, 59%, 74%. Copy any format from the conversion table above.
What colors go well with #4EBCB3?
The complementary color is HSL(355, 45%, 52%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 45%, 52%) in CSS?
As HSL: color: hsl(175, 45%, 52%); — As HEX: color: #4EBCB3; — As RGB: color: rgb(78, 188, 179); — Tailwind CSS: bg-[hsl(175,45%,52%)] — CSS variable: --color-primary: hsl(175, 45%, 52%);