#daaf13
a balanced, electric yellow · cool · closest name: gold
RGB
218, 175, 19
HSL
47°, 84%, 47%
CMYK
0, 20, 91, 15
Luminance
0.4561
Every format
| HEX | #daaf13 |
| RGB | rgb(218, 175, 19) |
| HSL | hsl(47, 84%, 47%) |
| CMYK | cmyk(0%, 20%, 91%, 15%) |
| LAB | lab(73.3 3.0 73.5) |
| LCH | lch(73.3 73.6 87.7) |
| OKLCH | oklch(0.771 0.154 90.5) |
Copy-ready code
/* CSS */
color: #daaf13;
background-color: #daaf13;
/* Tailwind (arbitrary) */
class="text-[#daaf13] bg-[#daaf13]"
/* SCSS */
$brand: #daaf13;
/* SwiftUI */
Color(red: 0.855, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#daaf13")Accessibility — WCAG contrast
Aa
#daaf13 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daaf13 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green68.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow91.3%
Key (black)14.5%
Color previews
#daaf13 text on a black background
contrast 10.12:1
Card sample
#daaf13 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daaf13;
Background color
Panel with #daaf13 background
background-color: #daaf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daaf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daaf13; background: linear-gradient(135deg, #daaf13, #81DA13);