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