#dfab0e
a balanced, electric yellow · cool · closest name: orange
RGB
223, 171, 14
HSL
45°, 88%, 47%
CMYK
0, 23, 94, 13
Luminance
0.4485
Every format
| HEX | #dfab0e |
| RGB | rgb(223, 171, 14) |
| HSL | hsl(45, 88%, 47%) |
| CMYK | cmyk(0%, 23%, 94%, 13%) |
| LAB | lab(72.8 7.2 74.1) |
| LCH | lch(72.8 74.5 84.5) |
| OKLCH | oklch(0.768 0.155 86.2) |
Copy-ready code
/* CSS */
color: #dfab0e;
background-color: #dfab0e;
/* Tailwind (arbitrary) */
class="text-[#dfab0e] bg-[#dfab0e]"
/* SCSS */
$brand: #dfab0e;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.055)
/* Android */
Color.parseColor("#dfab0e")Accessibility — WCAG contrast
Aa
#dfab0e on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfab0e on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow93.7%
Key (black)12.5%
Color previews
#dfab0e text on a black background
contrast 9.97:1
Card sample
#dfab0e text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfab0e;
Background color
Panel with #dfab0e background
background-color: #dfab0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfab0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfab0e; background: linear-gradient(135deg, #dfab0e, #88DF0E);