#cfad48
a balanced, vivid yellow · warm · closest name: khaki
RGB
207, 173, 72
HSL
45°, 58%, 55%
CMYK
0, 16, 65, 19
Luminance
0.4362
Every format
| HEX | #cfad48 |
| RGB | rgb(207, 173, 72) |
| HSL | hsl(45, 58%, 55%) |
| CMYK | cmyk(0%, 16%, 65%, 19%) |
| LAB | lab(72.0 1.2 54.9) |
| LCH | lch(72.0 54.9 88.8) |
| OKLCH | oklch(0.759 0.125 90.4) |
Copy-ready code
/* CSS */
color: #cfad48;
background-color: #cfad48;
/* Tailwind (arbitrary) */
class="text-[#cfad48] bg-[#cfad48]"
/* SCSS */
$brand: #cfad48;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.282)
/* Android */
Color.parseColor("#cfad48")Accessibility — WCAG contrast
Aa
#cfad48 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad48 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow65.2%
Key (black)18.8%
Color previews
#cfad48 text on a black background
contrast 9.72:1
Card sample
#cfad48 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad48;
Background color
Panel with #cfad48 background
background-color: #cfad48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad48; background: linear-gradient(135deg, #cfad48, #97CF48);