#dfce13
a balanced, electric yellow · cool · closest name: gold
RGB
223, 206, 19
HSL
55°, 84%, 48%
CMYK
0, 8, 92, 13
Luminance
0.5988
Every format
| HEX | #dfce13 |
| RGB | rgb(223, 206, 19) |
| HSL | hsl(55, 84%, 48%) |
| CMYK | cmyk(0%, 8%, 92%, 13%) |
| LAB | lab(81.8 -10.9 80.2) |
| LCH | lch(81.8 80.9 97.7) |
| OKLCH | oklch(0.839 0.174 103.4) |
Copy-ready code
/* CSS */
color: #dfce13;
background-color: #dfce13;
/* Tailwind (arbitrary) */
class="text-[#dfce13] bg-[#dfce13]"
/* SCSS */
$brand: #dfce13;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#dfce13")Accessibility — WCAG contrast
Aa
#dfce13 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfce13 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow91.5%
Key (black)12.5%
Color previews
#dfce13 text on a black background
contrast 12.98:1
Card sample
#dfce13 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfce13;
Background color
Panel with #dfce13 background
background-color: #dfce13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfce13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfce13; background: linear-gradient(135deg, #dfce13, #68DF13);