#cfad53
a balanced, vivid yellow · warm · closest name: khaki
RGB
207, 173, 83
HSL
44°, 56%, 57%
CMYK
0, 16, 60, 19
Luminance
0.4378
Every format
| HEX | #cfad53 |
| RGB | rgb(207, 173, 83) |
| HSL | hsl(44, 56%, 57%) |
| CMYK | cmyk(0%, 16%, 60%, 19%) |
| LAB | lab(72.1 1.9 50.0) |
| LCH | lch(72.1 50.0 87.8) |
| OKLCH | oklch(0.760 0.116 88.7) |
Copy-ready code
/* CSS */
color: #cfad53;
background-color: #cfad53;
/* Tailwind (arbitrary) */
class="text-[#cfad53] bg-[#cfad53]"
/* SCSS */
$brand: #cfad53;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.325)
/* Android */
Color.parseColor("#cfad53")Accessibility — WCAG contrast
Aa
#cfad53 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad53 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow59.9%
Key (black)18.8%
Color previews
#cfad53 text on a black background
contrast 9.76:1
Card sample
#cfad53 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad53;
Background color
Panel with #cfad53 background
background-color: #cfad53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad53; background: linear-gradient(135deg, #cfad53, #9FCF53);