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