#dfd764
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 215, 100
HSL
56°, 66%, 63%
CMYK
0, 4, 55, 13
Luminance
0.6521
Every format
| HEX | #dfd764 |
| RGB | rgb(223, 215, 100) |
| HSL | hsl(56, 66%, 63%) |
| CMYK | cmyk(0%, 4%, 55%, 13%) |
| LAB | lab(84.6 -11.9 56.7) |
| LCH | lch(84.6 58.0 101.8) |
| OKLCH | oklch(0.863 0.137 105.3) |
Copy-ready code
/* CSS */
color: #dfd764;
background-color: #dfd764;
/* Tailwind (arbitrary) */
class="text-[#dfd764] bg-[#dfd764]"
/* SCSS */
$brand: #dfd764;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.392)
/* Android */
Color.parseColor("#dfd764")Accessibility — WCAG contrast
Aa
#dfd764 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd764 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow55.2%
Key (black)12.5%
Color previews
#dfd764 text on a black background
contrast 14.04:1
Card sample
#dfd764 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd764;
Background color
Panel with #dfd764 background
background-color: #dfd764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd764; background: linear-gradient(135deg, #dfd764, #95DF64);