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