HSL(192, 30%, 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(192,30%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 30%, 94%) | color: hsl(192, 30%, 94%) | |
| HEX | #EBF2F4 | color: #EBF2F4 | |
| RGB | rgb(235, 242, 244) | color: rgb(235, 242, 244) | |
| CMYK | cmyk(4%, 1%, 0%, 4%) | — | |
| HSV | hsv(193, 4%, 96%) | — | |
| HWB | hwb(193 92% 4%) | color: hwb(193 92% 4%) | |
| OKLCH | oklch(0.9564 0.0079 216.62) | color: oklch(0.9564 0.0079 216.62) | |
| Lab | lab(95.03 -1.95 -1.77) | color: lab(95.03 -1.95 -1.77) | |
| LCH | lch(95.03 2.63 222.23) | color: lch(95.03 2.63 222.23) |
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)
#EEEEF4 — rgb(238, 238, 244)
Deuteranopia (Green-blind)
#EEEDF3 — rgb(238, 237, 243)
Tritanopia (Blue-blind)
#EBF3F3 — rgb(235, 243, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 30%, 94%);
text
color: hsl(192, 30%, 94%);
border
border: 2px solid hsl(192, 30%, 94%);
gradient light
background: linear-gradient(to right, hsl(192, 30%, 100%), hsl(192, 30%, 94%));
gradient dark
background: linear-gradient(to right, hsl(192, 30%, 94%), hsl(192, 30%, 74%))
hex
background-color: #EBF2F4;
tailwind
bg-[hsl(192,30%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 30%, 94%, 0.4);
css variable
--color-primary: hsl(192, 30%, 94%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 30%, 94%)?
HEX: #EBF2F4 | RGB: rgb(235, 242, 244) | CMYK: 4%, 1%, 0%, 4% | HSV: 193°, 4%, 96%. Copy any format from the conversion table above.
What colors go well with #EBF2F4?
The complementary color is HSL(12, 30%, 94%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 30%, 94%) in CSS?
As HSL: color: hsl(192, 30%, 94%); — As HEX: color: #EBF2F4; — As RGB: color: rgb(235, 242, 244); — Tailwind CSS: bg-[hsl(192,30%,94%)] — CSS variable: --color-primary: hsl(192, 30%, 94%);