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