#edf4ff
a pale, electric blue · cool · closest name: lavender
RGB
237, 244, 255
HSL
217°, 100%, 97%
CMYK
7, 4, 0, 0
Luminance
0.8993
Every format
| HEX | #edf4ff |
| RGB | rgb(237, 244, 255) |
| HSL | hsl(217, 100%, 97%) |
| CMYK | cmyk(7%, 4%, 0%, 0%) |
| LAB | lab(96.0 -0.3 -6.1) |
| LCH | lch(96.0 6.1 267.4) |
| OKLCH | oklch(0.965 0.017 259.4) |
Copy-ready code
/* CSS */
color: #edf4ff;
background-color: #edf4ff;
/* Tailwind (arbitrary) */
class="text-[#edf4ff] bg-[#edf4ff]"
/* SCSS */
$brand: #edf4ff;
/* SwiftUI */
Color(red: 0.929, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#edf4ff")Accessibility — WCAG contrast
Aa
#edf4ff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf4ff on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.7%
Blue100.0%
CMYK percentages
Cyan7.1%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#edf4ff text on a black background
contrast 18.99:1
Card sample
#edf4ff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf4ff;
Background color
Panel with #edf4ff background
background-color: #edf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf4ff; background: linear-gradient(135deg, #edf4ff, #F2EDFF);