#dfdb7f
a light, vivid yellow · cool · closest name: khaki
RGB
223, 219, 127
HSL
58°, 60%, 69%
CMYK
0, 2, 43, 13
Luminance
0.6788
Every format
| HEX | #dfdb7f |
| RGB | rgb(223, 219, 127) |
| HSL | hsl(58, 60%, 69%) |
| CMYK | cmyk(0%, 2%, 43%, 13%) |
| LAB | lab(86.0 -11.5 45.6) |
| LCH | lch(86.0 47.0 104.1) |
| OKLCH | oklch(0.875 0.115 106.4) |
Copy-ready code
/* CSS */
color: #dfdb7f;
background-color: #dfdb7f;
/* Tailwind (arbitrary) */
class="text-[#dfdb7f] bg-[#dfdb7f]"
/* SCSS */
$brand: #dfdb7f;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#dfdb7f")Accessibility — WCAG contrast
Aa
#dfdb7f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdb7f on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow43.0%
Key (black)12.5%
Color previews
#dfdb7f text on a black background
contrast 14.58:1
Card sample
#dfdb7f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdb7f;
Background color
Panel with #dfdb7f background
background-color: #dfdb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdb7f; background: linear-gradient(135deg, #dfdb7f, #A3DF7F);