#cfba7f
a light, vivid yellow · warm · closest name: tan
RGB
207, 186, 127
HSL
44°, 46%, 66%
CMYK
0, 10, 39, 19
Luminance
0.4992
Every format
| HEX | #cfba7f |
| RGB | rgb(207, 186, 127) |
| HSL | hsl(44, 46%, 66%) |
| CMYK | cmyk(0%, 10%, 39%, 19%) |
| LAB | lab(76.0 -0.9 32.6) |
| LCH | lch(76.0 32.7 91.6) |
| OKLCH | oklch(0.793 0.081 90.7) |
Copy-ready code
/* CSS */
color: #cfba7f;
background-color: #cfba7f;
/* Tailwind (arbitrary) */
class="text-[#cfba7f] bg-[#cfba7f]"
/* SCSS */
$brand: #cfba7f;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#cfba7f")Accessibility — WCAG contrast
Aa
#cfba7f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba7f on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow38.6%
Key (black)18.8%
Color previews
#cfba7f text on a black background
contrast 10.98:1
Card sample
#cfba7f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba7f;
Background color
Panel with #cfba7f background
background-color: #cfba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba7f; background: linear-gradient(135deg, #cfba7f, #AFCF7F);