#dfdbae
a light, soft yellow · cool · closest name: beige
RGB
223, 219, 174
HSL
55°, 43%, 78%
CMYK
0, 2, 22, 13
Luminance
0.6941
Every format
| HEX | #dfdbae |
| RGB | rgb(223, 219, 174) |
| HSL | hsl(55, 43%, 78%) |
| CMYK | cmyk(0%, 2%, 22%, 13%) |
| LAB | lab(86.7 -5.8 22.7) |
| LCH | lch(86.7 23.4 104.4) |
| OKLCH | oklch(0.883 0.059 103.3) |
Copy-ready code
/* CSS */
color: #dfdbae;
background-color: #dfdbae;
/* Tailwind (arbitrary) */
class="text-[#dfdbae] bg-[#dfdbae]"
/* SCSS */
$brand: #dfdbae;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.682)
/* Android */
Color.parseColor("#dfdbae")Accessibility — WCAG contrast
Aa
#dfdbae on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbae on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow22.0%
Key (black)12.5%
Color previews
#dfdbae text on a black background
contrast 14.88:1
Card sample
#dfdbae text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbae;
Background color
Panel with #dfdbae background
background-color: #dfdbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbae; background: linear-gradient(135deg, #dfdbae, #C2DFAE);