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