#dfe2ba
a light, soft yellow · cool · closest name: beige
RGB
223, 226, 186
HSL
65°, 41%, 81%
CMYK
1, 0, 18, 11
Luminance
0.7363
Every format
| HEX | #dfe2ba |
| RGB | rgb(223, 226, 186) |
| HSL | hsl(65, 41%, 81%) |
| CMYK | cmyk(1%, 0%, 18%, 11%) |
| LAB | lab(88.8 -7.6 19.3) |
| LCH | lch(88.8 20.7 111.6) |
| OKLCH | oklch(0.900 0.053 110.9) |
Copy-ready code
/* CSS */
color: #dfe2ba;
background-color: #dfe2ba;
/* Tailwind (arbitrary) */
class="text-[#dfe2ba] bg-[#dfe2ba]"
/* SCSS */
$brand: #dfe2ba;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#dfe2ba")Accessibility — WCAG contrast
Aa
#dfe2ba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe2ba on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue72.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#dfe2ba text on a black background
contrast 15.73:1
Card sample
#dfe2ba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe2ba;
Background color
Panel with #dfe2ba background
background-color: #dfe2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe2ba; background: linear-gradient(135deg, #dfe2ba, #C4E2BA);