#dfddab
a light, soft yellow · cool · closest name: beige
RGB
223, 221, 171
HSL
58°, 45%, 77%
CMYK
0, 1, 23, 13
Luminance
0.7034
Every format
| HEX | #dfddab |
| RGB | rgb(223, 221, 171) |
| HSL | hsl(58, 45%, 77%) |
| CMYK | cmyk(0%, 1%, 23%, 13%) |
| LAB | lab(87.2 -7.3 24.9) |
| LCH | lch(87.2 25.9 106.3) |
| OKLCH | oklch(0.887 0.066 105.8) |
Copy-ready code
/* CSS */
color: #dfddab;
background-color: #dfddab;
/* Tailwind (arbitrary) */
class="text-[#dfddab] bg-[#dfddab]"
/* SCSS */
$brand: #dfddab;
/* SwiftUI */
Color(red: 0.875, green: 0.867, blue: 0.671)
/* Android */
Color.parseColor("#dfddab")Accessibility — WCAG contrast
Aa
#dfddab on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfddab on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow23.3%
Key (black)12.5%
Color previews
#dfddab text on a black background
contrast 15.07:1
Card sample
#dfddab text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfddab;
Background color
Panel with #dfddab background
background-color: #dfddab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfddab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 221, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 221, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfddab; background: linear-gradient(135deg, #dfddab, #BEDFAB);