#cfba5e
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 186, 94
HSL
49°, 54%, 59%
CMYK
0, 10, 55, 19
Luminance
0.4919
Every format
| HEX | #cfba5e |
| RGB | rgb(207, 186, 94) |
| HSL | hsl(49, 54%, 59%) |
| CMYK | cmyk(0%, 10%, 55%, 19%) |
| LAB | lab(75.6 -4.1 48.7) |
| LCH | lch(75.6 48.9 94.8) |
| OKLCH | oklch(0.788 0.115 96.7) |
Copy-ready code
/* CSS */
color: #cfba5e;
background-color: #cfba5e;
/* Tailwind (arbitrary) */
class="text-[#cfba5e] bg-[#cfba5e]"
/* SCSS */
$brand: #cfba5e;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.369)
/* Android */
Color.parseColor("#cfba5e")Accessibility — WCAG contrast
Aa
#cfba5e on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba5e on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow54.6%
Key (black)18.8%
Color previews
#cfba5e text on a black background
contrast 10.84:1
Card sample
#cfba5e text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba5e;
Background color
Panel with #cfba5e background
background-color: #cfba5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba5e; background: linear-gradient(135deg, #cfba5e, #99CF5E);