#dfe2b3
a light, soft yellow · cool · closest name: beige
RGB
223, 226, 179
HSL
64°, 45%, 79%
CMYK
1, 0, 21, 11
Luminance
0.7334
Every format
| HEX | #dfe2b3 |
| RGB | rgb(223, 226, 179) |
| HSL | hsl(64, 45%, 79%) |
| CMYK | cmyk(1%, 0%, 21%, 11%) |
| LAB | lab(88.6 -8.7 22.7) |
| LCH | lch(88.6 24.3 110.9) |
| OKLCH | oklch(0.899 0.062 110.6) |
Copy-ready code
/* CSS */
color: #dfe2b3;
background-color: #dfe2b3;
/* Tailwind (arbitrary) */
class="text-[#dfe2b3] bg-[#dfe2b3]"
/* SCSS */
$brand: #dfe2b3;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.702)
/* Android */
Color.parseColor("#dfe2b3")Accessibility — WCAG contrast
Aa
#dfe2b3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe2b3 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue70.2%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow20.8%
Key (black)11.4%
Color previews
#dfe2b3 text on a black background
contrast 15.67:1
Card sample
#dfe2b3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe2b3;
Background color
Panel with #dfe2b3 background
background-color: #dfe2b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe2b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe2b3; background: linear-gradient(135deg, #dfe2b3, #C0E2B3);