#dfcc0f
a balanced, electric yellow · cool · closest name: gold
RGB
223, 204, 15
HSL
55°, 87%, 47%
CMYK
0, 9, 93, 13
Luminance
0.5891
Every format
| HEX | #dfcc0f |
| RGB | rgb(223, 204, 15) |
| HSL | hsl(55, 87%, 47%) |
| CMYK | cmyk(0%, 9%, 93%, 13%) |
| LAB | lab(81.2 -9.9 80.3) |
| LCH | lch(81.2 80.9 97.0) |
| OKLCH | oklch(0.835 0.173 102.6) |
Copy-ready code
/* CSS */
color: #dfcc0f;
background-color: #dfcc0f;
/* Tailwind (arbitrary) */
class="text-[#dfcc0f] bg-[#dfcc0f]"
/* SCSS */
$brand: #dfcc0f;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.059)
/* Android */
Color.parseColor("#dfcc0f")Accessibility — WCAG contrast
Aa
#dfcc0f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcc0f on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow93.3%
Key (black)12.5%
Color previews
#dfcc0f text on a black background
contrast 12.78:1
Card sample
#dfcc0f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcc0f;
Background color
Panel with #dfcc0f background
background-color: #dfcc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcc0f; background: linear-gradient(135deg, #dfcc0f, #67DF0F);