HSL(233, 58%, 95%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,58%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 58%, 95%) | color: hsl(233, 58%, 95%) | |
| HEX | #EBEDFA | color: #EBEDFA | |
| RGB | rgb(235, 237, 250) | color: rgb(235, 237, 250) | |
| CMYK | cmyk(6%, 5%, 0%, 2%) | — | |
| HSV | hsv(232, 6%, 98%) | — | |
| HWB | hwb(232 92% 2%) | color: hwb(232 92% 2%) | |
| OKLCH | oklch(0.9484 0.0176 279.06) | color: oklch(0.9484 0.0176 279.06) | |
| Lab | lab(93.94 1.71 -6.49) | color: lab(93.94 1.71 -6.49) | |
| LCH | lch(93.94 6.71 284.76) | color: lch(93.94 6.71 284.76) |
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)
#ECECF7 — rgb(236, 236, 247)
Deuteranopia (Green-blind)
#ECECF6 — rgb(236, 236, 246)
Tritanopia (Blue-blind)
#EBF4F4 — rgb(235, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 58%, 95%);
text
color: hsl(233, 58%, 95%);
border
border: 2px solid hsl(233, 58%, 95%);
gradient light
background: linear-gradient(to right, hsl(233, 58%, 100%), hsl(233, 58%, 95%));
gradient dark
background: linear-gradient(to right, hsl(233, 58%, 95%), hsl(233, 58%, 75%))
hex
background-color: #EBEDFA;
tailwind
bg-[hsl(233,58%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 58%, 95%, 0.4);
css variable
--color-primary: hsl(233, 58%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 58%, 95%)?
HEX: #EBEDFA | RGB: rgb(235, 237, 250) | CMYK: 6%, 5%, 0%, 2% | HSV: 232°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #EBEDFA?
The complementary color is HSL(53, 58%, 95%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 58%, 95%) in CSS?
As HSL: color: hsl(233, 58%, 95%); — As HEX: color: #EBEDFA; — As RGB: color: rgb(235, 237, 250); — Tailwind CSS: bg-[hsl(233,58%,95%)] — CSS variable: --color-primary: hsl(233, 58%, 95%);