HSL(193, 20%, 92%)
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,20%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 20%, 92%) | color: hsl(193, 20%, 92%) | |
| HEX | #E7EDEF | color: #E7EDEF | |
| RGB | rgb(231, 237, 239) | color: rgb(231, 237, 239) | |
| CMYK | cmyk(3%, 1%, 0%, 6%) | — | |
| HSV | hsv(195, 3%, 94%) | — | |
| HWB | hwb(195 91% 6%) | color: hwb(195 91% 6%) | |
| OKLCH | oklch(0.9421 0.007 219.56) | color: oklch(0.9421 0.007 219.56) | |
| Lab | lab(93.36 -1.63 -1.66) | color: lab(93.36 -1.63 -1.66) | |
| LCH | lch(93.36 2.33 225.52) | color: lch(93.36 2.33 225.52) |
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)
#EAEAEF — rgb(234, 234, 239)
Deuteranopia (Green-blind)
#E9E9EE — rgb(233, 233, 238)
Tritanopia (Blue-blind)
#E7EEEE — rgb(231, 238, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 20%, 92%);
text
color: hsl(193, 20%, 92%);
border
border: 2px solid hsl(193, 20%, 92%);
gradient light
background: linear-gradient(to right, hsl(193, 20%, 100%), hsl(193, 20%, 92%));
gradient dark
background: linear-gradient(to right, hsl(193, 20%, 92%), hsl(193, 20%, 72%))
hex
background-color: #E7EDEF;
tailwind
bg-[hsl(193,20%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 20%, 92%, 0.4);
css variable
--color-primary: hsl(193, 20%, 92%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 20%, 92%)?
HEX: #E7EDEF | RGB: rgb(231, 237, 239) | CMYK: 3%, 1%, 0%, 6% | HSV: 195°, 3%, 94%. Copy any format from the conversion table above.
What colors go well with #E7EDEF?
The complementary color is HSL(13, 20%, 92%). 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, 20%, 92%) in CSS?
As HSL: color: hsl(193, 20%, 92%); — As HEX: color: #E7EDEF; — As RGB: color: rgb(231, 237, 239); — Tailwind CSS: bg-[hsl(193,20%,92%)] — CSS variable: --color-primary: hsl(193, 20%, 92%);