#cfad64
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 173, 100
HSL
41°, 53%, 60%
CMYK
0, 16, 52, 19
Luminance
0.4407
Every format
| HEX | #cfad64 |
| RGB | rgb(207, 173, 100) |
| HSL | hsl(41, 53%, 60%) |
| CMYK | cmyk(0%, 16%, 52%, 19%) |
| LAB | lab(72.3 3.3 41.8) |
| LCH | lch(72.3 42.0 85.5) |
| OKLCH | oklch(0.762 0.100 85.1) |
Copy-ready code
/* CSS */
color: #cfad64;
background-color: #cfad64;
/* Tailwind (arbitrary) */
class="text-[#cfad64] bg-[#cfad64]"
/* SCSS */
$brand: #cfad64;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.392)
/* Android */
Color.parseColor("#cfad64")Accessibility — WCAG contrast
Aa
#cfad64 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad64 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow51.7%
Key (black)18.8%
Color previews
#cfad64 text on a black background
contrast 9.81:1
Card sample
#cfad64 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad64;
Background color
Panel with #cfad64 background
background-color: #cfad64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad64; background: linear-gradient(135deg, #cfad64, #AACF64);