HSL(152, 16%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(152,16%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 16%, 79%) | color: hsl(152, 16%, 79%) | |
| HEX | #C1D2CA | color: #C1D2CA | |
| RGB | rgb(193, 210, 202) | color: rgb(193, 210, 202) | |
| CMYK | cmyk(8%, 0%, 4%, 18%) | — | |
| HSV | hsv(152, 8%, 82%) | — | |
| HWB | hwb(152 75% 18%) | color: hwb(152 75% 18%) | |
| OKLCH | oklch(0.8486 0.0214 166) | color: oklch(0.8486 0.0214 166) | |
| Lab | lab(82.75 -7.24 2) | color: lab(82.75 -7.24 2) | |
| LCH | lch(82.75 7.51 164.56) | color: lch(82.75 7.51 164.56) |
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)
#C8C9CC — rgb(200, 201, 204)
Deuteranopia (Green-blind)
#C7C6CC — rgb(199, 198, 204)
Tritanopia (Blue-blind)
#C2CDCE — rgb(194, 205, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 16%, 79%);
text
color: hsl(152, 16%, 79%);
border
border: 2px solid hsl(152, 16%, 79%);
gradient light
background: linear-gradient(to right, hsl(152, 16%, 99%), hsl(152, 16%, 79%));
gradient dark
background: linear-gradient(to right, hsl(152, 16%, 79%), hsl(152, 16%, 59%))
hex
background-color: #C1D2CA;
tailwind
bg-[hsl(152,16%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 16%, 79%, 0.4);
css variable
--color-primary: hsl(152, 16%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 16%, 79%)?
HEX: #C1D2CA | RGB: rgb(193, 210, 202) | CMYK: 8%, 0%, 4%, 18% | HSV: 152°, 8%, 82%. Copy any format from the conversion table above.
What colors go well with #C1D2CA?
The complementary color is HSL(332, 16%, 79%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 16%, 79%) in CSS?
As HSL: color: hsl(152, 16%, 79%); — As HEX: color: #C1D2CA; — As RGB: color: rgb(193, 210, 202); — Tailwind CSS: bg-[hsl(152,16%,79%)] — CSS variable: --color-primary: hsl(152, 16%, 79%);