#cfb41f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 180, 31
HSL
51°, 74%, 47%
CMYK
0, 13, 85, 19
Luminance
0.4601
Every format
| HEX | #cfb41f |
| RGB | rgb(207, 180, 31) |
| HSL | hsl(51, 74%, 47%) |
| CMYK | cmyk(0%, 13%, 85%, 19%) |
| LAB | lab(73.5 -4.3 70.8) |
| LCH | lch(73.5 70.9 93.4) |
| OKLCH | oklch(0.771 0.152 97.7) |
Copy-ready code
/* CSS */
color: #cfb41f;
background-color: #cfb41f;
/* Tailwind (arbitrary) */
class="text-[#cfb41f] bg-[#cfb41f]"
/* SCSS */
$brand: #cfb41f;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.122)
/* Android */
Color.parseColor("#cfb41f")Accessibility — WCAG contrast
Aa
#cfb41f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb41f on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow85.0%
Key (black)18.8%
Color previews
#cfb41f text on a black background
contrast 10.20:1
Card sample
#cfb41f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb41f;
Background color
Panel with #cfb41f background
background-color: #cfb41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb41f; background: linear-gradient(135deg, #cfb41f, #75CF1F);