#ebeefc
a pale, vivid blue · warm · closest name: lavender
RGB
235, 238, 252
HSL
229°, 74%, 96%
CMYK
7, 6, 0, 1
Luminance
0.8584
Every format
| HEX | #ebeefc |
| RGB | rgb(235, 238, 252) |
| HSL | hsl(229, 74%, 96%) |
| CMYK | cmyk(7%, 6%, 0%, 1%) |
| LAB | lab(94.2 1.6 -7.1) |
| LCH | lch(94.2 7.3 282.6) |
| OKLCH | oklch(0.951 0.019 276.3) |
Copy-ready code
/* CSS */
color: #ebeefc;
background-color: #ebeefc;
/* Tailwind (arbitrary) */
class="text-[#ebeefc] bg-[#ebeefc]"
/* SCSS */
$brand: #ebeefc;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#ebeefc")Accessibility — WCAG contrast
Aa
#ebeefc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeefc on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#ebeefc text on a black background
contrast 18.17:1
Card sample
#ebeefc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeefc;
Background color
Panel with #ebeefc background
background-color: #ebeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeefc; background: linear-gradient(135deg, #ebeefc, #F3EBFC);