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