#effac2
a pale, electric green · cool · closest name: beige
RGB
239, 250, 194
HSL
72°, 85%, 87%
CMYK
4, 0, 22, 2
Luminance
0.9062
Every format
| HEX | #effac2 |
| RGB | rgb(239, 250, 194) |
| HSL | hsl(72, 85%, 87%) |
| CMYK | cmyk(4%, 0%, 22%, 2%) |
| LAB | lab(96.3 -12.7 25.7) |
| LCH | lch(96.3 28.7 116.3) |
| OKLCH | oklch(0.963 0.073 116.8) |
Copy-ready code
/* CSS */
color: #effac2;
background-color: #effac2;
/* Tailwind (arbitrary) */
class="text-[#effac2] bg-[#effac2]"
/* SCSS */
$brand: #effac2;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#effac2")Accessibility — WCAG contrast
Aa
#effac2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effac2 on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue76.1%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#effac2 text on a black background
contrast 19.12:1
Card sample
#effac2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effac2;
Background color
Panel with #effac2 background
background-color: #effac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effac2; background: linear-gradient(135deg, #effac2, #CAFAC2);