#cfba7c
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 186, 124
HSL
45°, 46%, 65%
CMYK
0, 10, 40, 19
Luminance
0.4984
Every format
| HEX | #cfba7c |
| RGB | rgb(207, 186, 124) |
| HSL | hsl(45, 46%, 65%) |
| CMYK | cmyk(0%, 10%, 40%, 19%) |
| LAB | lab(76.0 -1.2 34.1) |
| LCH | lch(76.0 34.2 92.1) |
| OKLCH | oklch(0.792 0.084 91.5) |
Copy-ready code
/* CSS */
color: #cfba7c;
background-color: #cfba7c;
/* Tailwind (arbitrary) */
class="text-[#cfba7c] bg-[#cfba7c]"
/* SCSS */
$brand: #cfba7c;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.486)
/* Android */
Color.parseColor("#cfba7c")Accessibility — WCAG contrast
Aa
#cfba7c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba7c on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow40.1%
Key (black)18.8%
Color previews
#cfba7c text on a black background
contrast 10.97:1
Card sample
#cfba7c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba7c;
Background color
Panel with #cfba7c background
background-color: #cfba7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba7c; background: linear-gradient(135deg, #cfba7c, #ADCF7C);