#dfe3ba
a light, soft yellow · cool · closest name: beige
RGB
223, 227, 186
HSL
66°, 42%, 81%
CMYK
2, 0, 18, 11
Luminance
0.7417
Every format
| HEX | #dfe3ba |
| RGB | rgb(223, 227, 186) |
| HSL | hsl(66, 42%, 81%) |
| CMYK | cmyk(2%, 0%, 18%, 11%) |
| LAB | lab(89.0 -8.1 19.6) |
| LCH | lch(89.0 21.2 112.5) |
| OKLCH | oklch(0.902 0.054 112.0) |
Copy-ready code
/* CSS */
color: #dfe3ba;
background-color: #dfe3ba;
/* Tailwind (arbitrary) */
class="text-[#dfe3ba] bg-[#dfe3ba]"
/* SCSS */
$brand: #dfe3ba;
/* SwiftUI */
Color(red: 0.875, green: 0.890, blue: 0.729)
/* Android */
Color.parseColor("#dfe3ba")Accessibility — WCAG contrast
Aa
#dfe3ba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe3ba on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.0%
Blue72.9%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow18.1%
Key (black)11.0%
Color previews
#dfe3ba text on a black background
contrast 15.83:1
Card sample
#dfe3ba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe3ba;
Background color
Panel with #dfe3ba background
background-color: #dfe3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 227, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 227, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe3ba; background: linear-gradient(135deg, #dfe3ba, #C4E3BA);