#dfe1ba
a light, soft yellow · cool · closest name: beige
RGB
223, 225, 186
HSL
63°, 39%, 81%
CMYK
1, 0, 17, 12
Luminance
0.7308
Every format
| HEX | #dfe1ba |
| RGB | rgb(223, 225, 186) |
| HSL | hsl(63, 39%, 81%) |
| CMYK | cmyk(1%, 0%, 17%, 12%) |
| LAB | lab(88.5 -7.1 18.9) |
| LCH | lch(88.5 20.2 110.7) |
| OKLCH | oklch(0.898 0.052 109.8) |
Copy-ready code
/* CSS */
color: #dfe1ba;
background-color: #dfe1ba;
/* Tailwind (arbitrary) */
class="text-[#dfe1ba] bg-[#dfe1ba]"
/* SCSS */
$brand: #dfe1ba;
/* SwiftUI */
Color(red: 0.875, green: 0.882, blue: 0.729)
/* Android */
Color.parseColor("#dfe1ba")Accessibility — WCAG contrast
Aa
#dfe1ba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe1ba on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.2%
Blue72.9%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow17.3%
Key (black)11.8%
Color previews
#dfe1ba text on a black background
contrast 15.62:1
Card sample
#dfe1ba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe1ba;
Background color
Panel with #dfe1ba background
background-color: #dfe1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 225, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 225, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe1ba; background: linear-gradient(135deg, #dfe1ba, #C5E1BA);