#dabf13
a balanced, electric yellow · cool · closest name: gold
RGB
218, 191, 19
HSL
52°, 84%, 47%
CMYK
0, 12, 91, 15
Luminance
0.5221
Every format
| HEX | #dabf13 |
| RGB | rgb(218, 191, 19) |
| HSL | hsl(52, 84%, 47%) |
| CMYK | cmyk(0%, 12%, 91%, 15%) |
| LAB | lab(77.4 -5.4 76.7) |
| LCH | lch(77.4 76.8 94.0) |
| OKLCH | oklch(0.803 0.164 98.7) |
Copy-ready code
/* CSS */
color: #dabf13;
background-color: #dabf13;
/* Tailwind (arbitrary) */
class="text-[#dabf13] bg-[#dabf13]"
/* SCSS */
$brand: #dabf13;
/* SwiftUI */
Color(red: 0.855, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#dabf13")Accessibility — WCAG contrast
Aa
#dabf13 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabf13 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow91.3%
Key (black)14.5%
Color previews
#dabf13 text on a black background
contrast 11.44:1
Card sample
#dabf13 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabf13;
Background color
Panel with #dabf13 background
background-color: #dabf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabf13; background: linear-gradient(135deg, #dabf13, #70DA13);