#daad00
a dark, electric yellow · cool · closest name: gold
RGB
218, 173, 0
HSL
48°, 100%, 43%
CMYK
0, 21, 100, 15
Luminance
0.4479
Every format
| HEX | #daad00 |
| RGB | rgb(218, 173, 0) |
| HSL | hsl(48, 100%, 43%) |
| CMYK | cmyk(0%, 21%, 100%, 15%) |
| LAB | lab(72.8 3.8 75.5) |
| LCH | lch(72.8 75.6 87.1) |
| OKLCH | oklch(0.767 0.157 89.8) |
Copy-ready code
/* CSS */
color: #daad00;
background-color: #daad00;
/* Tailwind (arbitrary) */
class="text-[#daad00] bg-[#daad00]"
/* SCSS */
$brand: #daad00;
/* SwiftUI */
Color(red: 0.855, green: 0.678, blue: 0.000)
/* Android */
Color.parseColor("#daad00")Accessibility — WCAG contrast
Aa
#daad00 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daad00 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow100.0%
Key (black)14.5%
Color previews
#daad00 text on a black background
contrast 9.96:1
Card sample
#daad00 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daad00;
Background color
Panel with #daad00 background
background-color: #daad00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daad00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 173, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 173, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daad00; background: linear-gradient(135deg, #daad00, #76DA00);