#dfd563
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 213, 99
HSL
55°, 66%, 63%
CMYK
0, 5, 56, 13
Luminance
0.6418
Every format
| HEX | #dfd563 |
| RGB | rgb(223, 213, 99) |
| HSL | hsl(55, 66%, 63%) |
| CMYK | cmyk(0%, 5%, 56%, 13%) |
| LAB | lab(84.1 -10.9 56.6) |
| LCH | lch(84.1 57.6 100.9) |
| OKLCH | oklch(0.859 0.136 104.3) |
Copy-ready code
/* CSS */
color: #dfd563;
background-color: #dfd563;
/* Tailwind (arbitrary) */
class="text-[#dfd563] bg-[#dfd563]"
/* SCSS */
$brand: #dfd563;
/* SwiftUI */
Color(red: 0.875, green: 0.835, blue: 0.388)
/* Android */
Color.parseColor("#dfd563")Accessibility — WCAG contrast
Aa
#dfd563 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd563 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow55.6%
Key (black)12.5%
Color previews
#dfd563 text on a black background
contrast 13.84:1
Card sample
#dfd563 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd563;
Background color
Panel with #dfd563 background
background-color: #dfd563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 213, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 213, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd563; background: linear-gradient(135deg, #dfd563, #96DF63);