#dfe2bf
a light, soft yellow · cool · closest name: beige
RGB
223, 226, 191
HSL
65°, 38%, 82%
CMYK
1, 0, 16, 11
Luminance
0.7384
Every format
| HEX | #dfe2bf |
| RGB | rgb(223, 226, 191) |
| HSL | hsl(65, 38%, 82%) |
| CMYK | cmyk(1%, 0%, 16%, 11%) |
| LAB | lab(88.8 -6.9 16.8) |
| LCH | lch(88.8 18.1 112.2) |
| OKLCH | oklch(0.901 0.046 111.3) |
Copy-ready code
/* CSS */
color: #dfe2bf;
background-color: #dfe2bf;
/* Tailwind (arbitrary) */
class="text-[#dfe2bf] bg-[#dfe2bf]"
/* SCSS */
$brand: #dfe2bf;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.749)
/* Android */
Color.parseColor("#dfe2bf")Accessibility — WCAG contrast
Aa
#dfe2bf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe2bf on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue74.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow15.5%
Key (black)11.4%
Color previews
#dfe2bf text on a black background
contrast 15.77:1
Card sample
#dfe2bf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe2bf;
Background color
Panel with #dfe2bf background
background-color: #dfe2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe2bf; background: linear-gradient(135deg, #dfe2bf, #C8E2BF);