#dfcb39
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 203, 57
HSL
53°, 72%, 55%
CMYK
0, 9, 74, 13
Luminance
0.5870
Every format
| HEX | #dfcb39 |
| RGB | rgb(223, 203, 57) |
| HSL | hsl(53, 72%, 55%) |
| CMYK | cmyk(0%, 9%, 74%, 13%) |
| LAB | lab(81.1 -8.3 70.4) |
| LCH | lch(81.1 70.9 96.7) |
| OKLCH | oklch(0.835 0.158 101.2) |
Copy-ready code
/* CSS */
color: #dfcb39;
background-color: #dfcb39;
/* Tailwind (arbitrary) */
class="text-[#dfcb39] bg-[#dfcb39]"
/* SCSS */
$brand: #dfcb39;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#dfcb39")Accessibility — WCAG contrast
Aa
#dfcb39 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcb39 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow74.4%
Key (black)12.5%
Color previews
#dfcb39 text on a black background
contrast 12.74:1
Card sample
#dfcb39 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcb39;
Background color
Panel with #dfcb39 background
background-color: #dfcb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcb39; background: linear-gradient(135deg, #dfcb39, #84DF39);