#cfb02c
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 176, 44
HSL
49°, 65%, 49%
CMYK
0, 15, 79, 19
Luminance
0.4450
Every format
| HEX | #cfb02c |
| RGB | rgb(207, 176, 44) |
| HSL | hsl(49, 65%, 49%) |
| CMYK | cmyk(0%, 15%, 79%, 19%) |
| LAB | lab(72.6 -1.8 66.3) |
| LCH | lch(72.6 66.3 91.5) |
| OKLCH | oklch(0.763 0.144 94.9) |
Copy-ready code
/* CSS */
color: #cfb02c;
background-color: #cfb02c;
/* Tailwind (arbitrary) */
class="text-[#cfb02c] bg-[#cfb02c]"
/* SCSS */
$brand: #cfb02c;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.173)
/* Android */
Color.parseColor("#cfb02c")Accessibility — WCAG contrast
Aa
#cfb02c on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb02c on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow78.7%
Key (black)18.8%
Color previews
#cfb02c text on a black background
contrast 9.90:1
Card sample
#cfb02c text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb02c;
Background color
Panel with #cfb02c background
background-color: #cfb02c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb02c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb02c; background: linear-gradient(135deg, #cfb02c, #81CF2C);