HSL(175, 72%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,72%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 72%, 47%) | color: hsl(175, 72%, 47%) | |
| HEX | #22CEC0 | color: #22CEC0 | |
| RGB | rgb(34, 206, 192) | color: rgb(34, 206, 192) | |
| CMYK | cmyk(83%, 0%, 7%, 19%) | — | |
| HSV | hsv(175, 83%, 81%) | — | |
| HWB | hwb(175 14% 19%) | color: hwb(175 14% 19%) | |
| OKLCH | oklch(0.7686 0.1298 185.98) | color: oklch(0.7686 0.1298 185.98) | |
| Lab | lab(75 -43.55 -4.74) | color: lab(75 -43.55 -4.74) | |
| LCH | lch(75 43.81 186.21) | color: lch(75 43.81 186.21) |
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)
#6C6EC3 — rgb(108, 110, 195)
Deuteranopia (Green-blind)
#6356C4 — rgb(99, 86, 196)
Tritanopia (Blue-blind)
#2BC6C7 — rgb(43, 198, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 72%, 47%);
text
color: hsl(175, 72%, 47%);
border
border: 2px solid hsl(175, 72%, 47%);
gradient light
background: linear-gradient(to right, hsl(175, 72%, 67%), hsl(175, 72%, 47%));
gradient dark
background: linear-gradient(to right, hsl(175, 72%, 47%), hsl(175, 72%, 27%))
hex
background-color: #22CEC0;
tailwind
bg-[hsl(175,72%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 72%, 47%, 0.4);
css variable
--color-primary: hsl(175, 72%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 72%, 47%)?
HEX: #22CEC0 | RGB: rgb(34, 206, 192) | CMYK: 83%, 0%, 7%, 19% | HSV: 175°, 83%, 81%. Copy any format from the conversion table above.
What colors go well with #22CEC0?
The complementary color is HSL(355, 72%, 47%). 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, 72%, 47%) in CSS?
As HSL: color: hsl(175, 72%, 47%); — As HEX: color: #22CEC0; — As RGB: color: rgb(34, 206, 192); — Tailwind CSS: bg-[hsl(175,72%,47%)] — CSS variable: --color-primary: hsl(175, 72%, 47%);