HSL(175, 83%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,83%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 83%, 65%) | color: hsl(175, 83%, 65%) | |
| HEX | #5CF0E3 | color: #5CF0E3 | |
| RGB | rgb(92, 240, 227) | color: rgb(92, 240, 227) | |
| CMYK | cmyk(62%, 0%, 5%, 6%) | — | |
| HSV | hsv(175, 62%, 94%) | — | |
| HWB | hwb(175 36% 6%) | color: hwb(175 36% 6%) | |
| OKLCH | oklch(0.8729 0.1266 186.97) | color: oklch(0.8729 0.1266 186.97) | |
| Lab | lab(87.06 -42.15 -5.44) | color: lab(87.06 -42.15 -5.44) | |
| LCH | lch(87.06 42.5 187.35) | color: lch(87.06 42.5 187.35) |
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)
#9C9DE6 — rgb(156, 157, 230)
Deuteranopia (Green-blind)
#9488E7 — rgb(148, 136, 231)
Tritanopia (Blue-blind)
#63E9E9 — rgb(99, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 83%, 65%);
text
color: hsl(175, 83%, 65%);
border
border: 2px solid hsl(175, 83%, 65%);
gradient light
background: linear-gradient(to right, hsl(175, 83%, 85%), hsl(175, 83%, 65%));
gradient dark
background: linear-gradient(to right, hsl(175, 83%, 65%), hsl(175, 83%, 45%))
hex
background-color: #5CF0E3;
tailwind
bg-[hsl(175,83%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 83%, 65%, 0.4);
css variable
--color-primary: hsl(175, 83%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 83%, 65%)?
HEX: #5CF0E3 | RGB: rgb(92, 240, 227) | CMYK: 62%, 0%, 5%, 6% | HSV: 175°, 62%, 94%. Copy any format from the conversion table above.
What colors go well with #5CF0E3?
The complementary color is HSL(355, 83%, 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, 83%, 65%) in CSS?
As HSL: color: hsl(175, 83%, 65%); — As HEX: color: #5CF0E3; — As RGB: color: rgb(92, 240, 227); — Tailwind CSS: bg-[hsl(175,83%,65%)] — CSS variable: --color-primary: hsl(175, 83%, 65%);