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