#effacf
a pale, electric green · cool · closest name: beige
RGB
239, 250, 207
HSL
75°, 81%, 90%
CMYK
4, 0, 17, 2
Luminance
0.9123
Every format
| HEX | #effacf |
| RGB | rgb(239, 250, 207) |
| HSL | hsl(75, 81%, 90%) |
| CMYK | cmyk(4%, 0%, 17%, 2%) |
| LAB | lab(96.5 -10.8 19.4) |
| LCH | lch(96.5 22.2 119.1) |
| OKLCH | oklch(0.966 0.057 119.1) |
Copy-ready code
/* CSS */
color: #effacf;
background-color: #effacf;
/* Tailwind (arbitrary) */
class="text-[#effacf] bg-[#effacf]"
/* SCSS */
$brand: #effacf;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#effacf")Accessibility — WCAG contrast
Aa
#effacf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effacf on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue81.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#effacf text on a black background
contrast 19.25:1
Card sample
#effacf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effacf;
Background color
Panel with #effacf background
background-color: #effacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effacf; background: linear-gradient(135deg, #effacf, #D2FACF);