HSL(158, 22%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(158,22%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 22%, 80%) | color: hsl(158, 22%, 80%) | |
| HEX | #C1D7CF | color: #C1D7CF | |
| RGB | rgb(193, 215, 207) | color: rgb(193, 215, 207) | |
| CMYK | cmyk(10%, 0%, 4%, 16%) | — | |
| HSV | hsv(158, 10%, 84%) | — | |
| HWB | hwb(158 76% 16%) | color: hwb(158 76% 16%) | |
| OKLCH | oklch(0.8604 0.026 171.85) | color: oklch(0.8604 0.026 171.85) | |
| Lab | lab(84.2 -8.87 1.44) | color: lab(84.2 -8.87 1.44) | |
| LCH | lch(84.2 8.99 170.78) | color: lch(84.2 8.99 170.78) |
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)
#CBCBD1 — rgb(203, 203, 209)
Deuteranopia (Green-blind)
#C9C8D1 — rgb(201, 200, 209)
Tritanopia (Blue-blind)
#C2D2D3 — rgb(194, 210, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 22%, 80%);
text
color: hsl(158, 22%, 80%);
border
border: 2px solid hsl(158, 22%, 80%);
gradient light
background: linear-gradient(to right, hsl(158, 22%, 100%), hsl(158, 22%, 80%));
gradient dark
background: linear-gradient(to right, hsl(158, 22%, 80%), hsl(158, 22%, 60%))
hex
background-color: #C1D7CF;
tailwind
bg-[hsl(158,22%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 22%, 80%, 0.4);
css variable
--color-primary: hsl(158, 22%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 22%, 80%)?
HEX: #C1D7CF | RGB: rgb(193, 215, 207) | CMYK: 10%, 0%, 4%, 16% | HSV: 158°, 10%, 84%. Copy any format from the conversion table above.
What colors go well with #C1D7CF?
The complementary color is HSL(338, 22%, 80%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 22%, 80%) in CSS?
As HSL: color: hsl(158, 22%, 80%); — As HEX: color: #C1D7CF; — As RGB: color: rgb(193, 215, 207); — Tailwind CSS: bg-[hsl(158,22%,80%)] — CSS variable: --color-primary: hsl(158, 22%, 80%);