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