#dfd284
a light, vivid yellow · cool · closest name: khaki
RGB
223, 210, 132
HSL
51°, 59%, 70%
CMYK
0, 6, 41, 13
Luminance
0.6345
Every format
| HEX | #dfd284 |
| RGB | rgb(223, 210, 132) |
| HSL | hsl(51, 59%, 70%) |
| CMYK | cmyk(0%, 6%, 41%, 13%) |
| LAB | lab(83.7 -6.4 40.2) |
| LCH | lch(83.7 40.8 99.1) |
| OKLCH | oklch(0.857 0.100 100.0) |
Copy-ready code
/* CSS */
color: #dfd284;
background-color: #dfd284;
/* Tailwind (arbitrary) */
class="text-[#dfd284] bg-[#dfd284]"
/* SCSS */
$brand: #dfd284;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.518)
/* Android */
Color.parseColor("#dfd284")Accessibility — WCAG contrast
Aa
#dfd284 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd284 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.4%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow40.8%
Key (black)12.5%
Color previews
#dfd284 text on a black background
contrast 13.69:1
Card sample
#dfd284 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd284;
Background color
Panel with #dfd284 background
background-color: #dfd284;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd284;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 210, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 210, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd284; background: linear-gradient(135deg, #dfd284, #AFDF84);