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