HSL(175, 63%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,63%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 63%, 85%) | color: hsl(175, 63%, 85%) | |
| HEX | #C1F1ED | color: #C1F1ED | |
| RGB | rgb(193, 241, 237) | color: rgb(193, 241, 237) | |
| CMYK | cmyk(20%, 0%, 2%, 5%) | — | |
| HSV | hsv(175, 20%, 95%) | — | |
| HWB | hwb(175 76% 5%) | color: hwb(175 76% 5%) | |
| OKLCH | oklch(0.9237 0.0494 190.06) | color: oklch(0.9237 0.0494 190.06) | |
| Lab | lab(91.85 -16.07 -3.13) | color: lab(91.85 -16.07 -3.13) | |
| LCH | lch(91.85 16.37 191.02) | color: lch(91.85 16.37 191.02) |
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)
#D6D6EE — rgb(214, 214, 238)
Deuteranopia (Green-blind)
#D3CFEE — rgb(211, 207, 238)
Tritanopia (Blue-blind)
#C3EFEF — rgb(195, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 63%, 85%);
text
color: hsl(175, 63%, 85%);
border
border: 2px solid hsl(175, 63%, 85%);
gradient light
background: linear-gradient(to right, hsl(175, 63%, 100%), hsl(175, 63%, 85%));
gradient dark
background: linear-gradient(to right, hsl(175, 63%, 85%), hsl(175, 63%, 65%))
hex
background-color: #C1F1ED;
tailwind
bg-[hsl(175,63%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 63%, 85%, 0.4);
css variable
--color-primary: hsl(175, 63%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 63%, 85%)?
HEX: #C1F1ED | RGB: rgb(193, 241, 237) | CMYK: 20%, 0%, 2%, 5% | HSV: 175°, 20%, 95%. Copy any format from the conversion table above.
What colors go well with #C1F1ED?
The complementary color is HSL(355, 63%, 85%). 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, 63%, 85%) in CSS?
As HSL: color: hsl(175, 63%, 85%); — As HEX: color: #C1F1ED; — As RGB: color: rgb(193, 241, 237); — Tailwind CSS: bg-[hsl(175,63%,85%)] — CSS variable: --color-primary: hsl(175, 63%, 85%);