#dfdb6f
a light, vivid yellow · cool · closest name: khaki
RGB
223, 219, 111
HSL
58°, 64%, 66%
CMYK
0, 2, 50, 13
Luminance
0.6750
Every format
| HEX | #dfdb6f |
| RGB | rgb(223, 219, 111) |
| HSL | hsl(58, 64%, 66%) |
| CMYK | cmyk(0%, 2%, 50%, 13%) |
| LAB | lab(85.8 -13.0 53.0) |
| LCH | lch(85.8 54.6 103.7) |
| OKLCH | oklch(0.873 0.131 106.9) |
Copy-ready code
/* CSS */
color: #dfdb6f;
background-color: #dfdb6f;
/* Tailwind (arbitrary) */
class="text-[#dfdb6f] bg-[#dfdb6f]"
/* SCSS */
$brand: #dfdb6f;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.435)
/* Android */
Color.parseColor("#dfdb6f")Accessibility — WCAG contrast
Aa
#dfdb6f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdb6f on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow50.2%
Key (black)12.5%
Color previews
#dfdb6f text on a black background
contrast 14.50:1
Card sample
#dfdb6f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdb6f;
Background color
Panel with #dfdb6f background
background-color: #dfdb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdb6f; background: linear-gradient(135deg, #dfdb6f, #98DF6F);