#efffd2
a pale, electric green · cool · closest name: beige
RGB
239, 255, 210
HSL
81°, 100%, 91%
CMYK
6, 0, 18, 0
Luminance
0.9452
Every format
| HEX | #efffd2 |
| RGB | rgb(239, 255, 210) |
| HSL | hsl(81, 100%, 91%) |
| CMYK | cmyk(6%, 0%, 18%, 0%) |
| LAB | lab(97.8 -12.8 19.8) |
| LCH | lch(97.8 23.6 122.9) |
| OKLCH | oklch(0.977 0.061 123.4) |
Copy-ready code
/* CSS */
color: #efffd2;
background-color: #efffd2;
/* Tailwind (arbitrary) */
class="text-[#efffd2] bg-[#efffd2]"
/* SCSS */
$brand: #efffd2;
/* SwiftUI */
Color(red: 0.937, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#efffd2")Accessibility — WCAG contrast
Aa
#efffd2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efffd2 on black: 19.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green100.0%
Blue82.4%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#efffd2 text on a black background
contrast 19.90:1
Card sample
#efffd2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efffd2;
Background color
Panel with #efffd2 background
background-color: #efffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efffd2; background: linear-gradient(135deg, #efffd2, #D2FFD3);