HSL(193, 51%, 94%)
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,51%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 51%, 94%) | color: hsl(193, 51%, 94%) | |
| HEX | #E8F4F8 | color: #E8F4F8 | |
| RGB | rgb(232, 244, 248) | color: rgb(232, 244, 248) | |
| CMYK | cmyk(6%, 2%, 0%, 3%) | — | |
| HSV | hsv(195, 6%, 97%) | — | |
| HWB | hwb(195 91% 3%) | color: hwb(195 91% 3%) | |
| OKLCH | oklch(0.9594 0.0138 219.62) | color: oklch(0.9594 0.0138 219.62) | |
| Lab | lab(95.43 -3.2 -3.29) | color: lab(95.43 -3.2 -3.29) | |
| LCH | lch(95.43 4.59 225.79) | color: lch(95.43 4.59 225.79) |
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)
#EDEDF7 — rgb(237, 237, 247)
Deuteranopia (Green-blind)
#EDECF7 — rgb(237, 236, 247)
Tritanopia (Blue-blind)
#E9F6F6 — rgb(233, 246, 246)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 51%, 94%);
text
color: hsl(193, 51%, 94%);
border
border: 2px solid hsl(193, 51%, 94%);
gradient light
background: linear-gradient(to right, hsl(193, 51%, 100%), hsl(193, 51%, 94%));
gradient dark
background: linear-gradient(to right, hsl(193, 51%, 94%), hsl(193, 51%, 74%))
hex
background-color: #E8F4F8;
tailwind
bg-[hsl(193,51%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 51%, 94%, 0.4);
css variable
--color-primary: hsl(193, 51%, 94%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 51%, 94%)?
HEX: #E8F4F8 | RGB: rgb(232, 244, 248) | CMYK: 6%, 2%, 0%, 3% | HSV: 195°, 6%, 97%. Copy any format from the conversion table above.
What colors go well with #E8F4F8?
The complementary color is HSL(13, 51%, 94%). 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, 51%, 94%) in CSS?
As HSL: color: hsl(193, 51%, 94%); — As HEX: color: #E8F4F8; — As RGB: color: rgb(232, 244, 248); — Tailwind CSS: bg-[hsl(193,51%,94%)] — CSS variable: --color-primary: hsl(193, 51%, 94%);