#eff2fd
a pale, electric blue · warm · closest name: lavender
RGB
239, 242, 253
HSL
227°, 78%, 97%
CMYK
6, 4, 0, 1
Luminance
0.8895
Every format
| HEX | #eff2fd |
| RGB | rgb(239, 242, 253) |
| HSL | hsl(227, 78%, 97%) |
| CMYK | cmyk(6%, 4%, 0%, 1%) |
| LAB | lab(95.6 1.0 -5.6) |
| LCH | lch(95.6 5.7 280.2) |
| OKLCH | oklch(0.962 0.015 273.9) |
Copy-ready code
/* CSS */
color: #eff2fd;
background-color: #eff2fd;
/* Tailwind (arbitrary) */
class="text-[#eff2fd] bg-[#eff2fd]"
/* SCSS */
$brand: #eff2fd;
/* SwiftUI */
Color(red: 0.937, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#eff2fd")Accessibility — WCAG contrast
Aa
#eff2fd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff2fd on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green94.9%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eff2fd text on a black background
contrast 18.79:1
Card sample
#eff2fd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff2fd;
Background color
Panel with #eff2fd background
background-color: #eff2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff2fd; background: linear-gradient(135deg, #eff2fd, #F5EFFD);