#daad39
a balanced, vivid yellow · warm · closest name: peru
RGB
218, 173, 57
HSL
43°, 69%, 54%
CMYK
0, 21, 74, 15
Luminance
0.4509
Every format
| HEX | #daad39 |
| RGB | rgb(218, 173, 57) |
| HSL | hsl(43, 69%, 54%) |
| CMYK | cmyk(0%, 21%, 74%, 15%) |
| LAB | lab(73.0 5.1 62.5) |
| LCH | lch(73.0 62.7 85.3) |
| OKLCH | oklch(0.769 0.138 86.7) |
Copy-ready code
/* CSS */
color: #daad39;
background-color: #daad39;
/* Tailwind (arbitrary) */
class="text-[#daad39] bg-[#daad39]"
/* SCSS */
$brand: #daad39;
/* SwiftUI */
Color(red: 0.855, green: 0.678, blue: 0.224)
/* Android */
Color.parseColor("#daad39")Accessibility — WCAG contrast
Aa
#daad39 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daad39 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow73.9%
Key (black)14.5%
Color previews
#daad39 text on a black background
contrast 10.02:1
Card sample
#daad39 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daad39;
Background color
Panel with #daad39 background
background-color: #daad39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daad39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 173, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 173, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daad39; background: linear-gradient(135deg, #daad39, #9CDA39);