#dfdf64
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 223, 100
HSL
60°, 66%, 63%
CMYK
0, 0, 55, 13
Luminance
0.6938
Every format
| HEX | #dfdf64 |
| RGB | rgb(223, 223, 100) |
| HSL | hsl(60, 66%, 63%) |
| CMYK | cmyk(0%, 0%, 55%, 13%) |
| LAB | lab(86.7 -15.8 59.1) |
| LCH | lch(86.7 61.2 105.0) |
| OKLCH | oklch(0.880 0.145 109.0) |
Copy-ready code
/* CSS */
color: #dfdf64;
background-color: #dfdf64;
/* Tailwind (arbitrary) */
class="text-[#dfdf64] bg-[#dfdf64]"
/* SCSS */
$brand: #dfdf64;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.392)
/* Android */
Color.parseColor("#dfdf64")Accessibility — WCAG contrast
Aa
#dfdf64 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdf64 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow55.2%
Key (black)12.5%
Color previews
#dfdf64 text on a black background
contrast 14.88:1
Card sample
#dfdf64 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdf64;
Background color
Panel with #dfdf64 background
background-color: #dfdf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdf64; background: linear-gradient(135deg, #dfdf64, #8DDF64);