HSL(175, 65%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,65%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 65%, 65%) | color: hsl(175, 65%, 65%) | |
| HEX | #6CE0D6 | color: #6CE0D6 | |
| RGB | rgb(108, 224, 214) | color: rgb(108, 224, 214) | |
| CMYK | cmyk(52%, 0%, 4%, 12%) | — | |
| HSV | hsv(175, 52%, 88%) | — | |
| HWB | hwb(175 42% 12%) | color: hwb(175 42% 12%) | |
| OKLCH | oklch(0.8367 0.1066 187.82) | color: oklch(0.8367 0.1066 187.82) | |
| Lab | lab(82.57 -35.24 -5.16) | color: lab(82.57 -35.24 -5.16) | |
| LCH | lch(82.57 35.62 188.33) | color: lch(82.57 35.62 188.33) |
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)
#9E9FD8 — rgb(158, 159, 216)
Deuteranopia (Green-blind)
#988FD9 — rgb(152, 143, 217)
Tritanopia (Blue-blind)
#72DADB — rgb(114, 218, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 65%, 65%);
text
color: hsl(175, 65%, 65%);
border
border: 2px solid hsl(175, 65%, 65%);
gradient light
background: linear-gradient(to right, hsl(175, 65%, 85%), hsl(175, 65%, 65%));
gradient dark
background: linear-gradient(to right, hsl(175, 65%, 65%), hsl(175, 65%, 45%))
hex
background-color: #6CE0D6;
tailwind
bg-[hsl(175,65%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 65%, 65%, 0.4);
css variable
--color-primary: hsl(175, 65%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 65%, 65%)?
HEX: #6CE0D6 | RGB: rgb(108, 224, 214) | CMYK: 52%, 0%, 4%, 12% | HSV: 175°, 52%, 88%. Copy any format from the conversion table above.
What colors go well with #6CE0D6?
The complementary color is HSL(355, 65%, 65%). 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, 65%, 65%) in CSS?
As HSL: color: hsl(175, 65%, 65%); — As HEX: color: #6CE0D6; — As RGB: color: rgb(108, 224, 214); — Tailwind CSS: bg-[hsl(175,65%,65%)] — CSS variable: --color-primary: hsl(175, 65%, 65%);