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