#cfb52f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 181, 47
HSL
50°, 63%, 50%
CMYK
0, 13, 77, 19
Luminance
0.4652
Every format
| HEX | #cfb52f |
| RGB | rgb(207, 181, 47) |
| HSL | hsl(50, 63%, 50%) |
| CMYK | cmyk(0%, 13%, 77%, 19%) |
| LAB | lab(73.9 -4.3 66.5) |
| LCH | lch(73.9 66.7 93.7) |
| OKLCH | oklch(0.773 0.146 97.5) |
Copy-ready code
/* CSS */
color: #cfb52f;
background-color: #cfb52f;
/* Tailwind (arbitrary) */
class="text-[#cfb52f] bg-[#cfb52f]"
/* SCSS */
$brand: #cfb52f;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.184)
/* Android */
Color.parseColor("#cfb52f")Accessibility — WCAG contrast
Aa
#cfb52f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb52f on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow77.3%
Key (black)18.8%
Color previews
#cfb52f text on a black background
contrast 10.30:1
Card sample
#cfb52f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb52f;
Background color
Panel with #cfb52f background
background-color: #cfb52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb52f; background: linear-gradient(135deg, #cfb52f, #7ECF2F);