#dfd853
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 216, 83
HSL
57°, 69%, 60%
CMYK
0, 3, 63, 13
Luminance
0.6542
Every format
| HEX | #dfd853 |
| RGB | rgb(223, 216, 83) |
| HSL | hsl(57, 69%, 60%) |
| CMYK | cmyk(0%, 3%, 63%, 13%) |
| LAB | lab(84.7 -13.5 64.2) |
| LCH | lch(84.7 65.6 101.9) |
| OKLCH | oklch(0.864 0.152 106.3) |
Copy-ready code
/* CSS */
color: #dfd853;
background-color: #dfd853;
/* Tailwind (arbitrary) */
class="text-[#dfd853] bg-[#dfd853]"
/* SCSS */
$brand: #dfd853;
/* SwiftUI */
Color(red: 0.875, green: 0.847, blue: 0.325)
/* Android */
Color.parseColor("#dfd853")Accessibility — WCAG contrast
Aa
#dfd853 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd853 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow62.8%
Key (black)12.5%
Color previews
#dfd853 text on a black background
contrast 14.08:1
Card sample
#dfd853 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd853;
Background color
Panel with #dfd853 background
background-color: #dfd853;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd853;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 216, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 216, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd853; background: linear-gradient(135deg, #dfd853, #89DF53);