#edf2fe
a pale, electric blue · cool · closest name: lavender
RGB
237, 242, 254
HSL
222°, 90%, 96%
CMYK
7, 5, 0, 0
Luminance
0.8866
Every format
| HEX | #edf2fe |
| RGB | rgb(237, 242, 254) |
| HSL | hsl(222, 90%, 96%) |
| CMYK | cmyk(7%, 5%, 0%, 0%) |
| LAB | lab(95.4 0.6 -6.3) |
| LCH | lch(95.4 6.3 275.0) |
| OKLCH | oklch(0.961 0.017 267.8) |
Copy-ready code
/* CSS */
color: #edf2fe;
background-color: #edf2fe;
/* Tailwind (arbitrary) */
class="text-[#edf2fe] bg-[#edf2fe]"
/* SCSS */
$brand: #edf2fe;
/* SwiftUI */
Color(red: 0.929, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#edf2fe")Accessibility — WCAG contrast
Aa
#edf2fe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf2fe on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.9%
Blue99.6%
CMYK percentages
Cyan6.7%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#edf2fe text on a black background
contrast 18.73:1
Card sample
#edf2fe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf2fe;
Background color
Panel with #edf2fe background
background-color: #edf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf2fe; background: linear-gradient(135deg, #edf2fe, #F3EDFE);