#dfdf3b
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 223, 59
HSL
60°, 72%, 55%
CMYK
0, 0, 74, 13
Luminance
0.6878
Every format
| HEX | #dfdf3b |
| RGB | rgb(223, 223, 59) |
| HSL | hsl(60, 72%, 55%) |
| CMYK | cmyk(0%, 0%, 74%, 13%) |
| LAB | lab(86.4 -18.2 74.7) |
| LCH | lch(86.4 76.9 103.7) |
| OKLCH | oklch(0.876 0.174 109.5) |
Copy-ready code
/* CSS */
color: #dfdf3b;
background-color: #dfdf3b;
/* Tailwind (arbitrary) */
class="text-[#dfdf3b] bg-[#dfdf3b]"
/* SCSS */
$brand: #dfdf3b;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.231)
/* Android */
Color.parseColor("#dfdf3b")Accessibility — WCAG contrast
Aa
#dfdf3b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdf3b on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow73.5%
Key (black)12.5%
Color previews
#dfdf3b text on a black background
contrast 14.76:1
Card sample
#dfdf3b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdf3b;
Background color
Panel with #dfdf3b background
background-color: #dfdf3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdf3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdf3b; background: linear-gradient(135deg, #dfdf3b, #72DF3B);