#eff0df
a pale, soft yellow · cool · closest name: beige
RGB
239, 240, 223
HSL
64°, 36%, 91%
CMYK
0, 0, 7, 6
Luminance
0.8600
Every format
| HEX | #eff0df |
| RGB | rgb(239, 240, 223) |
| HSL | hsl(64, 36%, 91%) |
| CMYK | cmyk(0%, 0%, 7%, 6%) |
| LAB | lab(94.3 -3.3 8.1) |
| LCH | lch(94.3 8.7 111.9) |
| OKLCH | oklch(0.950 0.022 109.6) |
Copy-ready code
/* CSS */
color: #eff0df;
background-color: #eff0df;
/* Tailwind (arbitrary) */
class="text-[#eff0df] bg-[#eff0df]"
/* SCSS */
$brand: #eff0df;
/* SwiftUI */
Color(red: 0.937, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#eff0df")Accessibility — WCAG contrast
Aa
#eff0df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff0df on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green94.1%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#eff0df text on a black background
contrast 18.20:1
Card sample
#eff0df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff0df;
Background color
Panel with #eff0df background
background-color: #eff0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff0df; background: linear-gradient(135deg, #eff0df, #E4F0DF);