#cfba53
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 186, 83
HSL
50°, 56%, 57%
CMYK
0, 10, 60, 19
Luminance
0.4901
Every format
| HEX | #cfba53 |
| RGB | rgb(207, 186, 83) |
| HSL | hsl(50, 56%, 57%) |
| CMYK | cmyk(0%, 10%, 60%, 19%) |
| LAB | lab(75.5 -4.9 53.8) |
| LCH | lch(75.5 54.0 95.3) |
| OKLCH | oklch(0.787 0.125 97.9) |
Copy-ready code
/* CSS */
color: #cfba53;
background-color: #cfba53;
/* Tailwind (arbitrary) */
class="text-[#cfba53] bg-[#cfba53]"
/* SCSS */
$brand: #cfba53;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.325)
/* Android */
Color.parseColor("#cfba53")Accessibility — WCAG contrast
Aa
#cfba53 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba53 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow59.9%
Key (black)18.8%
Color previews
#cfba53 text on a black background
contrast 10.80:1
Card sample
#cfba53 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba53;
Background color
Panel with #cfba53 background
background-color: #cfba53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba53; background: linear-gradient(135deg, #cfba53, #92CF53);