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