#cfb522
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 181, 34
HSL
51°, 72%, 47%
CMYK
0, 13, 84, 19
Luminance
0.4643
Every format
| HEX | #cfb522 |
| RGB | rgb(207, 181, 34) |
| HSL | hsl(51, 72%, 47%) |
| CMYK | cmyk(0%, 13%, 84%, 19%) |
| LAB | lab(73.8 -4.7 70.3) |
| LCH | lch(73.8 70.5 93.8) |
| OKLCH | oklch(0.773 0.152 98.1) |
Copy-ready code
/* CSS */
color: #cfb522;
background-color: #cfb522;
/* Tailwind (arbitrary) */
class="text-[#cfb522] bg-[#cfb522]"
/* SCSS */
$brand: #cfb522;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.133)
/* Android */
Color.parseColor("#cfb522")Accessibility — WCAG contrast
Aa
#cfb522 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb522 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow83.6%
Key (black)18.8%
Color previews
#cfb522 text on a black background
contrast 10.29:1
Card sample
#cfb522 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb522;
Background color
Panel with #cfb522 background
background-color: #cfb522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb522; background: linear-gradient(135deg, #cfb522, #76CF22);