HSL(192, 57%, 88%)
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(192,57%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 57%, 88%) | color: hsl(192, 57%, 88%) | |
| HEX | #CFEBF2 | color: #CFEBF2 | |
| RGB | rgb(207, 235, 242) | color: rgb(207, 235, 242) | |
| CMYK | cmyk(14%, 3%, 0%, 5%) | — | |
| HSV | hsv(192, 14%, 95%) | — | |
| HWB | hwb(192 82% 5%) | color: hwb(192 82% 5%) | |
| OKLCH | oklch(0.9218 0.0309 214.46) | color: oklch(0.9218 0.0309 214.46) | |
| Lab | lab(91.28 -7.74 -6.48) | color: lab(91.28 -7.74 -6.48) | |
| LCH | lch(91.28 10.09 219.94) | color: lch(91.28 10.09 219.94) |
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)
#DBDBF0 — rgb(219, 219, 240)
Deuteranopia (Green-blind)
#DAD7F0 — rgb(218, 215, 240)
Tritanopia (Blue-blind)
#D0EFEF — rgb(208, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 57%, 88%);
text
color: hsl(192, 57%, 88%);
border
border: 2px solid hsl(192, 57%, 88%);
gradient light
background: linear-gradient(to right, hsl(192, 57%, 100%), hsl(192, 57%, 88%));
gradient dark
background: linear-gradient(to right, hsl(192, 57%, 88%), hsl(192, 57%, 68%))
hex
background-color: #CFEBF2;
tailwind
bg-[hsl(192,57%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 57%, 88%, 0.4);
css variable
--color-primary: hsl(192, 57%, 88%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 57%, 88%)?
HEX: #CFEBF2 | RGB: rgb(207, 235, 242) | CMYK: 14%, 3%, 0%, 5% | HSV: 192°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #CFEBF2?
The complementary color is HSL(12, 57%, 88%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 57%, 88%) in CSS?
As HSL: color: hsl(192, 57%, 88%); — As HEX: color: #CFEBF2; — As RGB: color: rgb(207, 235, 242); — Tailwind CSS: bg-[hsl(192,57%,88%)] — CSS variable: --color-primary: hsl(192, 57%, 88%);