#cfad69
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 173, 105
HSL
40°, 52%, 61%
CMYK
0, 16, 49, 19
Luminance
0.4417
Every format
| HEX | #cfad69 |
| RGB | rgb(207, 173, 105) |
| HSL | hsl(40, 52%, 61%) |
| CMYK | cmyk(0%, 16%, 49%, 19%) |
| LAB | lab(72.3 3.7 39.4) |
| LCH | lch(72.3 39.5 84.6) |
| OKLCH | oklch(0.763 0.095 83.7) |
Copy-ready code
/* CSS */
color: #cfad69;
background-color: #cfad69;
/* Tailwind (arbitrary) */
class="text-[#cfad69] bg-[#cfad69]"
/* SCSS */
$brand: #cfad69;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.412)
/* Android */
Color.parseColor("#cfad69")Accessibility — WCAG contrast
Aa
#cfad69 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad69 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow49.3%
Key (black)18.8%
Color previews
#cfad69 text on a black background
contrast 9.83:1
Card sample
#cfad69 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad69;
Background color
Panel with #cfad69 background
background-color: #cfad69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad69; background: linear-gradient(135deg, #cfad69, #ADCF69);