HSL(188, 68%, 93%)
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(188,68%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 68%, 93%) | color: hsl(188, 68%, 93%) | |
| HEX | #E1F6F9 | color: #E1F6F9 | |
| RGB | rgb(225, 246, 249) | color: rgb(225, 246, 249) | |
| CMYK | cmyk(10%, 1%, 0%, 2%) | — | |
| HSV | hsv(188, 10%, 98%) | — | |
| HWB | hwb(188 88% 2%) | color: hwb(188 88% 2%) | |
| OKLCH | oklch(0.9586 0.0224 207.08) | color: oklch(0.9586 0.0224 207.08) | |
| Lab | lab(95.48 -6.27 -3.78) | color: lab(95.48 -6.27 -3.78) | |
| LCH | lch(95.48 7.32 211.08) | color: lch(95.48 7.32 211.08) |
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)
#EAEAF8 — rgb(234, 234, 248)
Deuteranopia (Green-blind)
#E9E7F8 — rgb(233, 231, 248)
Tritanopia (Blue-blind)
#E2F8F8 — rgb(226, 248, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 68%, 93%);
text
color: hsl(188, 68%, 93%);
border
border: 2px solid hsl(188, 68%, 93%);
gradient light
background: linear-gradient(to right, hsl(188, 68%, 100%), hsl(188, 68%, 93%));
gradient dark
background: linear-gradient(to right, hsl(188, 68%, 93%), hsl(188, 68%, 73%))
hex
background-color: #E1F6F9;
tailwind
bg-[hsl(188,68%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 68%, 93%, 0.4);
css variable
--color-primary: hsl(188, 68%, 93%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 68%, 93%)?
HEX: #E1F6F9 | RGB: rgb(225, 246, 249) | CMYK: 10%, 1%, 0%, 2% | HSV: 188°, 10%, 98%. Copy any format from the conversion table above.
What colors go well with #E1F6F9?
The complementary color is HSL(8, 68%, 93%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 68%, 93%) in CSS?
As HSL: color: hsl(188, 68%, 93%); — As HEX: color: #E1F6F9; — As RGB: color: rgb(225, 246, 249); — Tailwind CSS: bg-[hsl(188,68%,93%)] — CSS variable: --color-primary: hsl(188, 68%, 93%);