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