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