HSL(193, 40%, 91%)
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,40%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 40%, 91%) | color: hsl(193, 40%, 91%) | |
| HEX | #DFEDF1 | color: #DFEDF1 | |
| RGB | rgb(223, 237, 241) | color: rgb(223, 237, 241) | |
| CMYK | cmyk(7%, 2%, 0%, 5%) | — | |
| HSV | hsv(193, 7%, 95%) | — | |
| HWB | hwb(193 88% 5%) | color: hwb(193 88% 5%) | |
| OKLCH | oklch(0.9368 0.0159 216.68) | color: oklch(0.9368 0.0159 216.68) | |
| Lab | lab(92.84 -3.87 -3.53) | color: lab(92.84 -3.87 -3.53) | |
| LCH | lch(92.84 5.24 222.37) | color: lch(92.84 5.24 222.37) |
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)
#E5E5F0 — rgb(229, 229, 240)
Deuteranopia (Green-blind)
#E4E3F0 — rgb(228, 227, 240)
Tritanopia (Blue-blind)
#E0EFEF — rgb(224, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 40%, 91%);
text
color: hsl(193, 40%, 91%);
border
border: 2px solid hsl(193, 40%, 91%);
gradient light
background: linear-gradient(to right, hsl(193, 40%, 100%), hsl(193, 40%, 91%));
gradient dark
background: linear-gradient(to right, hsl(193, 40%, 91%), hsl(193, 40%, 71%))
hex
background-color: #DFEDF1;
tailwind
bg-[hsl(193,40%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 40%, 91%, 0.4);
css variable
--color-primary: hsl(193, 40%, 91%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 40%, 91%)?
HEX: #DFEDF1 | RGB: rgb(223, 237, 241) | CMYK: 7%, 2%, 0%, 5% | HSV: 193°, 7%, 95%. Copy any format from the conversion table above.
What colors go well with #DFEDF1?
The complementary color is HSL(13, 40%, 91%). 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, 40%, 91%) in CSS?
As HSL: color: hsl(193, 40%, 91%); — As HEX: color: #DFEDF1; — As RGB: color: rgb(223, 237, 241); — Tailwind CSS: bg-[hsl(193,40%,91%)] — CSS variable: --color-primary: hsl(193, 40%, 91%);