#eff4ff
a pale, electric blue · cool · closest name: lavender
RGB
239, 244, 255
HSL
221°, 100%, 97%
CMYK
6, 4, 0, 0
Luminance
0.9027
Every format
| HEX | #eff4ff |
| RGB | rgb(239, 244, 255) |
| HSL | hsl(221, 100%, 97%) |
| CMYK | cmyk(6%, 4%, 0%, 0%) |
| LAB | lab(96.1 0.4 -5.8) |
| LCH | lch(96.1 5.9 273.5) |
| OKLCH | oklch(0.967 0.016 266.3) |
Copy-ready code
/* CSS */
color: #eff4ff;
background-color: #eff4ff;
/* Tailwind (arbitrary) */
class="text-[#eff4ff] bg-[#eff4ff]"
/* SCSS */
$brand: #eff4ff;
/* SwiftUI */
Color(red: 0.937, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#eff4ff")Accessibility — WCAG contrast
Aa
#eff4ff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff4ff on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green95.7%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#eff4ff text on a black background
contrast 19.05:1
Card sample
#eff4ff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff4ff;
Background color
Panel with #eff4ff background
background-color: #eff4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff4ff; background: linear-gradient(135deg, #eff4ff, #F5EFFF);