#effaf4
a pale, vivid green · cool · closest name: white
RGB
239, 250, 244
HSL
147°, 52%, 96%
CMYK
4, 0, 2, 2
Luminance
0.9325
Every format
| HEX | #effaf4 |
| RGB | rgb(239, 250, 244) |
| HSL | hsl(147, 52%, 96%) |
| CMYK | cmyk(4%, 0%, 2%, 2%) |
| LAB | lab(97.3 -4.7 1.6) |
| LCH | lch(97.3 5.0 160.9) |
| OKLCH | oklch(0.975 0.014 162.5) |
Copy-ready code
/* CSS */
color: #effaf4;
background-color: #effaf4;
/* Tailwind (arbitrary) */
class="text-[#effaf4] bg-[#effaf4]"
/* SCSS */
$brand: #effaf4;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.957)
/* Android */
Color.parseColor("#effaf4")Accessibility — WCAG contrast
Aa
#effaf4 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effaf4 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue95.7%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow2.4%
Key (black)2.0%
Color previews
#effaf4 text on a black background
contrast 19.65:1
Card sample
#effaf4 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effaf4;
Background color
Panel with #effaf4 background
background-color: #effaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effaf4; background: linear-gradient(135deg, #effaf4, #EFF9FA);