#eff2df
a pale, soft yellow · cool · closest name: beige
RGB
239, 242, 223
HSL
70°, 42%, 91%
CMYK
1, 0, 8, 5
Luminance
0.8718
Every format
| HEX | #eff2df |
| RGB | rgb(239, 242, 223) |
| HSL | hsl(70, 42%, 91%) |
| CMYK | cmyk(1%, 0%, 8%, 5%) |
| LAB | lab(94.8 -4.3 8.8) |
| LCH | lch(94.8 9.8 115.8) |
| OKLCH | oklch(0.954 0.025 114.2) |
Copy-ready code
/* CSS */
color: #eff2df;
background-color: #eff2df;
/* Tailwind (arbitrary) */
class="text-[#eff2df] bg-[#eff2df]"
/* SCSS */
$brand: #eff2df;
/* SwiftUI */
Color(red: 0.937, green: 0.949, blue: 0.875)
/* Android */
Color.parseColor("#eff2df")Accessibility — WCAG contrast
Aa
#eff2df on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff2df on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green94.9%
Blue87.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow7.9%
Key (black)5.1%
Color previews
#eff2df text on a black background
contrast 18.44:1
Card sample
#eff2df text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff2df;
Background color
Panel with #eff2df background
background-color: #eff2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 242, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 242, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff2df; background: linear-gradient(135deg, #eff2df, #E2F2DF);