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