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