#cfba73
a balanced, vivid yellow · cool · closest name: tan
RGB
207, 186, 115
HSL
46°, 49%, 63%
CMYK
0, 10, 44, 19
Luminance
0.4962
Every format
| HEX | #cfba73 |
| RGB | rgb(207, 186, 115) |
| HSL | hsl(46, 49%, 63%) |
| CMYK | cmyk(0%, 10%, 44%, 19%) |
| LAB | lab(75.8 -2.2 38.6) |
| LCH | lch(75.8 38.7 93.2) |
| OKLCH | oklch(0.791 0.094 93.5) |
Copy-ready code
/* CSS */
color: #cfba73;
background-color: #cfba73;
/* Tailwind (arbitrary) */
class="text-[#cfba73] bg-[#cfba73]"
/* SCSS */
$brand: #cfba73;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.451)
/* Android */
Color.parseColor("#cfba73")Accessibility — WCAG contrast
Aa
#cfba73 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba73 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow44.4%
Key (black)18.8%
Color previews
#cfba73 text on a black background
contrast 10.92:1
Card sample
#cfba73 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba73;
Background color
Panel with #cfba73 background
background-color: #cfba73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba73; background: linear-gradient(135deg, #cfba73, #A7CF73);