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