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