#eef5ff
a pale, electric blue · cool · closest name: white
RGB
238, 245, 255
HSL
215°, 100%, 97%
CMYK
7, 4, 0, 0
Luminance
0.9070
Every format
| HEX | #eef5ff |
| RGB | rgb(238, 245, 255) |
| HSL | hsl(215, 100%, 97%) |
| CMYK | cmyk(7%, 4%, 0%, 0%) |
| LAB | lab(96.3 -0.5 -5.6) |
| LCH | lch(96.3 5.6 265.2) |
| OKLCH | oklch(0.968 0.015 257.2) |
Copy-ready code
/* CSS */
color: #eef5ff;
background-color: #eef5ff;
/* Tailwind (arbitrary) */
class="text-[#eef5ff] bg-[#eef5ff]"
/* SCSS */
$brand: #eef5ff;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#eef5ff")Accessibility — WCAG contrast
Aa
#eef5ff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef5ff on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#eef5ff text on a black background
contrast 19.14:1
Card sample
#eef5ff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef5ff;
Background color
Panel with #eef5ff background
background-color: #eef5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef5ff; background: linear-gradient(135deg, #eef5ff, #F2EEFF);