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