#effdf8
a pale, electric green · cool · closest name: white
RGB
239, 253, 248
HSL
159°, 78%, 97%
CMYK
6, 0, 2, 1
Luminance
0.9538
Every format
| HEX | #effdf8 |
| RGB | rgb(239, 253, 248) |
| HSL | hsl(159, 78%, 97%) |
| CMYK | cmyk(6%, 0%, 2%, 1%) |
| LAB | lab(98.2 -5.5 0.8) |
| LCH | lch(98.2 5.5 171.6) |
| OKLCH | oklch(0.982 0.016 172.7) |
Copy-ready code
/* CSS */
color: #effdf8;
background-color: #effdf8;
/* Tailwind (arbitrary) */
class="text-[#effdf8] bg-[#effdf8]"
/* SCSS */
$brand: #effdf8;
/* SwiftUI */
Color(red: 0.937, green: 0.992, blue: 0.973)
/* Android */
Color.parseColor("#effdf8")Accessibility — WCAG contrast
Aa
#effdf8 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effdf8 on black: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green99.2%
Blue97.3%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow2.0%
Key (black)0.8%
Color previews
#effdf8 text on a black background
contrast 20.08:1
Card sample
#effdf8 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effdf8;
Background color
Panel with #effdf8 background
background-color: #effdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 253, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 253, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effdf8; background: linear-gradient(135deg, #effdf8, #EFF9FD);