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