HSL(193, 47%, 87%)
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(193,47%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 47%, 87%) | color: hsl(193, 47%, 87%) | |
| HEX | #CEE7ED | color: #CEE7ED | |
| RGB | rgb(206, 231, 237) | color: rgb(206, 231, 237) | |
| CMYK | cmyk(13%, 3%, 0%, 7%) | — | |
| HSV | hsv(192, 13%, 93%) | — | |
| HWB | hwb(192 81% 7%) | color: hwb(192 81% 7%) | |
| OKLCH | oklch(0.9114 0.0277 213.78) | color: oklch(0.9114 0.0277 213.78) | |
| Lab | lab(90.04 -7.01 -5.7) | color: lab(90.04 -7.01 -5.7) | |
| LCH | lch(90.04 9.03 219.12) | color: lch(90.04 9.03 219.12) |
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)
#D9D9EC — rgb(217, 217, 236)
Deuteranopia (Green-blind)
#D7D6EB — rgb(215, 214, 235)
Tritanopia (Blue-blind)
#CFEAEA — rgb(207, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 47%, 87%);
text
color: hsl(193, 47%, 87%);
border
border: 2px solid hsl(193, 47%, 87%);
gradient light
background: linear-gradient(to right, hsl(193, 47%, 100%), hsl(193, 47%, 87%));
gradient dark
background: linear-gradient(to right, hsl(193, 47%, 87%), hsl(193, 47%, 67%))
hex
background-color: #CEE7ED;
tailwind
bg-[hsl(193,47%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 47%, 87%, 0.4);
css variable
--color-primary: hsl(193, 47%, 87%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 47%, 87%)?
HEX: #CEE7ED | RGB: rgb(206, 231, 237) | CMYK: 13%, 3%, 0%, 7% | HSV: 192°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #CEE7ED?
The complementary color is HSL(13, 47%, 87%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 47%, 87%) in CSS?
As HSL: color: hsl(193, 47%, 87%); — As HEX: color: #CEE7ED; — As RGB: color: rgb(206, 231, 237); — Tailwind CSS: bg-[hsl(193,47%,87%)] — CSS variable: --color-primary: hsl(193, 47%, 87%);