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