#ebf1fc
a pale, vivid blue · cool · closest name: lavender
RGB
235, 241, 252
HSL
219°, 74%, 96%
CMYK
7, 4, 0, 1
Luminance
0.8760
Every format
| HEX | #ebf1fc |
| RGB | rgb(235, 241, 252) |
| HSL | hsl(219, 74%, 96%) |
| CMYK | cmyk(7%, 4%, 0%, 1%) |
| LAB | lab(95.0 0.0 -6.0) |
| LCH | lch(95.0 6.0 270.4) |
| OKLCH | oklch(0.957 0.016 262.8) |
Copy-ready code
/* CSS */
color: #ebf1fc;
background-color: #ebf1fc;
/* Tailwind (arbitrary) */
class="text-[#ebf1fc] bg-[#ebf1fc]"
/* SCSS */
$brand: #ebf1fc;
/* SwiftUI */
Color(red: 0.922, green: 0.945, blue: 0.988)
/* Android */
Color.parseColor("#ebf1fc")Accessibility — WCAG contrast
Aa
#ebf1fc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf1fc on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green94.5%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta4.4%
Yellow0.0%
Key (black)1.2%
Color previews
#ebf1fc text on a black background
contrast 18.52:1
Card sample
#ebf1fc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf1fc;
Background color
Panel with #ebf1fc background
background-color: #ebf1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 241, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 241, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf1fc; background: linear-gradient(135deg, #ebf1fc, #F0EBFC);