#dfd565
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 213, 101
HSL
55°, 66%, 64%
CMYK
0, 5, 55, 13
Luminance
0.6422
Every format
| HEX | #dfd565 |
| RGB | rgb(223, 213, 101) |
| HSL | hsl(55, 66%, 64%) |
| CMYK | cmyk(0%, 5%, 55%, 13%) |
| LAB | lab(84.1 -10.8 55.7) |
| LCH | lch(84.1 56.7 101.0) |
| OKLCH | oklch(0.859 0.134 104.2) |
Copy-ready code
/* CSS */
color: #dfd565;
background-color: #dfd565;
/* Tailwind (arbitrary) */
class="text-[#dfd565] bg-[#dfd565]"
/* SCSS */
$brand: #dfd565;
/* SwiftUI */
Color(red: 0.875, green: 0.835, blue: 0.396)
/* Android */
Color.parseColor("#dfd565")Accessibility — WCAG contrast
Aa
#dfd565 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd565 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow54.7%
Key (black)12.5%
Color previews
#dfd565 text on a black background
contrast 13.84:1
Card sample
#dfd565 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd565;
Background color
Panel with #dfd565 background
background-color: #dfd565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 213, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 213, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd565; background: linear-gradient(135deg, #dfd565, #98DF65);