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