#dfd63f
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 214, 63
HSL
57°, 71%, 56%
CMYK
0, 4, 72, 13
Luminance
0.6414
Every format
| HEX | #dfd63f |
| RGB | rgb(223, 214, 63) |
| HSL | hsl(57, 71%, 56%) |
| CMYK | cmyk(0%, 4%, 72%, 13%) |
| LAB | lab(84.0 -13.6 71.1) |
| LCH | lch(84.0 72.4 100.8) |
| OKLCH | oklch(0.858 0.163 105.9) |
Copy-ready code
/* CSS */
color: #dfd63f;
background-color: #dfd63f;
/* Tailwind (arbitrary) */
class="text-[#dfd63f] bg-[#dfd63f]"
/* SCSS */
$brand: #dfd63f;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.247)
/* Android */
Color.parseColor("#dfd63f")Accessibility — WCAG contrast
Aa
#dfd63f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd63f on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow71.7%
Key (black)12.5%
Color previews
#dfd63f text on a black background
contrast 13.83:1
Card sample
#dfd63f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd63f;
Background color
Panel with #dfd63f background
background-color: #dfd63f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd63f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd63f; background: linear-gradient(135deg, #dfd63f, #7DDF3F);