#cfb32f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 179, 47
HSL
50°, 63%, 50%
CMYK
0, 14, 77, 19
Luminance
0.4571
Every format
| HEX | #cfb32f |
| RGB | rgb(207, 179, 47) |
| HSL | hsl(50, 63%, 50%) |
| CMYK | cmyk(0%, 14%, 77%, 19%) |
| LAB | lab(73.4 -3.2 66.0) |
| LCH | lch(73.4 66.1 92.8) |
| OKLCH | oklch(0.769 0.145 96.4) |
Copy-ready code
/* CSS */
color: #cfb32f;
background-color: #cfb32f;
/* Tailwind (arbitrary) */
class="text-[#cfb32f] bg-[#cfb32f]"
/* SCSS */
$brand: #cfb32f;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.184)
/* Android */
Color.parseColor("#cfb32f")Accessibility — WCAG contrast
Aa
#cfb32f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb32f on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow77.3%
Key (black)18.8%
Color previews
#cfb32f text on a black background
contrast 10.14:1
Card sample
#cfb32f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb32f;
Background color
Panel with #cfb32f background
background-color: #cfb32f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb32f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb32f; background: linear-gradient(135deg, #cfb32f, #80CF2F);