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