HSL(155, 63%, 86%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,63%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 63%, 86%) | color: hsl(155, 63%, 86%) | |
| HEX | #C5F2DF | color: #C5F2DF | |
| RGB | rgb(197, 242, 223) | color: rgb(197, 242, 223) | |
| CMYK | cmyk(19%, 0%, 8%, 5%) | — | |
| HSV | hsv(155, 19%, 95%) | — | |
| HWB | hwb(155 77% 5%) | color: hwb(155 77% 5%) | |
| OKLCH | oklch(0.9243 0.053 167.63) | color: oklch(0.9243 0.053 167.63) | |
| Lab | lab(92 -18.11 4.4) | color: lab(92 -18.11 4.4) | |
| LCH | lch(92 18.64 166.34) | color: lch(92 18.64 166.34) |
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)
#D8D9E4 — rgb(216, 217, 228)
Deuteranopia (Green-blind)
#D6D3E5 — rgb(214, 211, 229)
Tritanopia (Blue-blind)
#C7E7E8 — rgb(199, 231, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 63%, 86%);
text
color: hsl(155, 63%, 86%);
border
border: 2px solid hsl(155, 63%, 86%);
gradient light
background: linear-gradient(to right, hsl(155, 63%, 100%), hsl(155, 63%, 86%));
gradient dark
background: linear-gradient(to right, hsl(155, 63%, 86%), hsl(155, 63%, 66%))
hex
background-color: #C5F2DF;
tailwind
bg-[hsl(155,63%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 63%, 86%, 0.4);
css variable
--color-primary: hsl(155, 63%, 86%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 63%, 86%)?
HEX: #C5F2DF | RGB: rgb(197, 242, 223) | CMYK: 19%, 0%, 8%, 5% | HSV: 155°, 19%, 95%. Copy any format from the conversion table above.
What colors go well with #C5F2DF?
The complementary color is HSL(335, 63%, 86%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 63%, 86%) in CSS?
As HSL: color: hsl(155, 63%, 86%); — As HEX: color: #C5F2DF; — As RGB: color: rgb(197, 242, 223); — Tailwind CSS: bg-[hsl(155,63%,86%)] — CSS variable: --color-primary: hsl(155, 63%, 86%);