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