HSL(172, 75%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,75%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 75%, 67%) | color: hsl(172, 75%, 67%) | |
| HEX | #6CEAD9 | color: #6CEAD9 | |
| RGB | rgb(108, 234, 217) | color: rgb(108, 234, 217) | |
| CMYK | cmyk(54%, 0%, 7%, 8%) | — | |
| HSV | hsv(172, 54%, 92%) | — | |
| HWB | hwb(172 42% 8%) | color: hwb(172 42% 8%) | |
| OKLCH | oklch(0.8609 0.1153 183.52) | color: oklch(0.8609 0.1153 183.52) | |
| Lab | lab(85.52 -39.08 -2.4) | color: lab(85.52 -39.08 -2.4) | |
| LCH | lch(85.52 39.15 183.51) | color: lch(85.52 39.15 183.51) |
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)
#A3A4DD — rgb(163, 164, 221)
Deuteranopia (Green-blind)
#9B92DE — rgb(155, 146, 222)
Tritanopia (Blue-blind)
#72E0E1 — rgb(114, 224, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 75%, 67%);
text
color: hsl(172, 75%, 67%);
border
border: 2px solid hsl(172, 75%, 67%);
gradient light
background: linear-gradient(to right, hsl(172, 75%, 87%), hsl(172, 75%, 67%));
gradient dark
background: linear-gradient(to right, hsl(172, 75%, 67%), hsl(172, 75%, 47%))
hex
background-color: #6CEAD9;
tailwind
bg-[hsl(172,75%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 75%, 67%, 0.4);
css variable
--color-primary: hsl(172, 75%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 75%, 67%)?
HEX: #6CEAD9 | RGB: rgb(108, 234, 217) | CMYK: 54%, 0%, 7%, 8% | HSV: 172°, 54%, 92%. Copy any format from the conversion table above.
What colors go well with #6CEAD9?
The complementary color is HSL(352, 75%, 67%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 75%, 67%) in CSS?
As HSL: color: hsl(172, 75%, 67%); — As HEX: color: #6CEAD9; — As RGB: color: rgb(108, 234, 217); — Tailwind CSS: bg-[hsl(172,75%,67%)] — CSS variable: --color-primary: hsl(172, 75%, 67%);