#cfb53f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 181, 63
HSL
49°, 60%, 53%
CMYK
0, 13, 70, 19
Luminance
0.4667
Every format
| HEX | #cfb53f |
| RGB | rgb(207, 181, 63) |
| HSL | hsl(49, 60%, 53%) |
| CMYK | cmyk(0%, 13%, 70%, 19%) |
| LAB | lab(74.0 -3.5 60.8) |
| LCH | lch(74.0 60.9 93.3) |
| OKLCH | oklch(0.774 0.137 96.5) |
Copy-ready code
/* CSS */
color: #cfb53f;
background-color: #cfb53f;
/* Tailwind (arbitrary) */
class="text-[#cfb53f] bg-[#cfb53f]"
/* SCSS */
$brand: #cfb53f;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.247)
/* Android */
Color.parseColor("#cfb53f")Accessibility — WCAG contrast
Aa
#cfb53f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb53f on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow69.6%
Key (black)18.8%
Color previews
#cfb53f text on a black background
contrast 10.33:1
Card sample
#cfb53f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb53f;
Background color
Panel with #cfb53f background
background-color: #cfb53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb53f; background: linear-gradient(135deg, #cfb53f, #89CF3F);