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