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