#eff6df
a pale, vivid green · cool · closest name: beige
RGB
239, 246, 223
HSL
78°, 56%, 92%
CMYK
3, 0, 9, 4
Luminance
0.8959
Every format
| HEX | #eff6df |
| RGB | rgb(239, 246, 223) |
| HSL | hsl(78, 56%, 92%) |
| CMYK | cmyk(3%, 0%, 9%, 4%) |
| LAB | lab(95.8 -6.3 10.3) |
| LCH | lch(95.8 12.0 121.4) |
| OKLCH | oklch(0.962 0.031 120.8) |
Copy-ready code
/* CSS */
color: #eff6df;
background-color: #eff6df;
/* Tailwind (arbitrary) */
class="text-[#eff6df] bg-[#eff6df]"
/* SCSS */
$brand: #eff6df;
/* SwiftUI */
Color(red: 0.937, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#eff6df")Accessibility — WCAG contrast
Aa
#eff6df on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff6df on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green96.5%
Blue87.5%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#eff6df text on a black background
contrast 18.92:1
Card sample
#eff6df text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff6df;
Background color
Panel with #eff6df background
background-color: #eff6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff6df; background: linear-gradient(135deg, #eff6df, #E0F6DF);