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