#eef3ff
a pale, electric blue · cool · closest name: lavender
RGB
238, 243, 255
HSL
222°, 100%, 97%
CMYK
7, 5, 0, 0
Luminance
0.8950
Every format
| HEX | #eef3ff |
| RGB | rgb(238, 243, 255) |
| HSL | hsl(222, 100%, 97%) |
| CMYK | cmyk(7%, 5%, 0%, 0%) |
| LAB | lab(95.8 0.6 -6.3) |
| LCH | lch(95.8 6.3 275.0) |
| OKLCH | oklch(0.964 0.017 267.8) |
Copy-ready code
/* CSS */
color: #eef3ff;
background-color: #eef3ff;
/* Tailwind (arbitrary) */
class="text-[#eef3ff] bg-[#eef3ff]"
/* SCSS */
$brand: #eef3ff;
/* SwiftUI */
Color(red: 0.933, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#eef3ff")Accessibility — WCAG contrast
Aa
#eef3ff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef3ff on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.3%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#eef3ff text on a black background
contrast 18.90:1
Card sample
#eef3ff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef3ff;
Background color
Panel with #eef3ff background
background-color: #eef3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef3ff; background: linear-gradient(135deg, #eef3ff, #F4EEFF);