#dfdb9f
a light, vivid yellow · cool · closest name: khaki
RGB
223, 219, 159
HSL
56°, 50%, 75%
CMYK
0, 2, 29, 13
Luminance
0.6885
Every format
| HEX | #dfdb9f |
| RGB | rgb(223, 219, 159) |
| HSL | hsl(56, 50%, 75%) |
| CMYK | cmyk(0%, 2%, 29%, 13%) |
| LAB | lab(86.4 -7.8 30.1) |
| LCH | lch(86.4 31.1 104.6) |
| OKLCH | oklch(0.880 0.078 104.7) |
Copy-ready code
/* CSS */
color: #dfdb9f;
background-color: #dfdb9f;
/* Tailwind (arbitrary) */
class="text-[#dfdb9f] bg-[#dfdb9f]"
/* SCSS */
$brand: #dfdb9f;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.624)
/* Android */
Color.parseColor("#dfdb9f")Accessibility — WCAG contrast
Aa
#dfdb9f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdb9f on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow28.7%
Key (black)12.5%
Color previews
#dfdb9f text on a black background
contrast 14.77:1
Card sample
#dfdb9f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdb9f;
Background color
Panel with #dfdb9f background
background-color: #dfdb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdb9f; background: linear-gradient(135deg, #dfdb9f, #B8DF9F);