#dfd468
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 212, 104
HSL
55°, 65%, 64%
CMYK
0, 5, 53, 13
Luminance
0.6377
Every format
| HEX | #dfd468 |
| RGB | rgb(223, 212, 104) |
| HSL | hsl(55, 65%, 64%) |
| CMYK | cmyk(0%, 5%, 53%, 13%) |
| LAB | lab(83.8 -10.0 54.0) |
| LCH | lch(83.8 55.0 100.5) |
| OKLCH | oklch(0.857 0.130 103.5) |
Copy-ready code
/* CSS */
color: #dfd468;
background-color: #dfd468;
/* Tailwind (arbitrary) */
class="text-[#dfd468] bg-[#dfd468]"
/* SCSS */
$brand: #dfd468;
/* SwiftUI */
Color(red: 0.875, green: 0.831, blue: 0.408)
/* Android */
Color.parseColor("#dfd468")Accessibility — WCAG contrast
Aa
#dfd468 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd468 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.1%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow53.4%
Key (black)12.5%
Color previews
#dfd468 text on a black background
contrast 13.75:1
Card sample
#dfd468 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd468;
Background color
Panel with #dfd468 background
background-color: #dfd468;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd468;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 212, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 212, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd468; background: linear-gradient(135deg, #dfd468, #9BDF68);