#cfb005
a dark, electric yellow · cool · closest name: gold
RGB
207, 176, 5
HSL
51°, 95%, 42%
CMYK
0, 15, 98, 19
Luminance
0.4433
Every format
| HEX | #cfb005 |
| RGB | rgb(207, 176, 5) |
| HSL | hsl(51, 95%, 42%) |
| CMYK | cmyk(0%, 15%, 98%, 19%) |
| LAB | lab(72.5 -2.6 74.2) |
| LCH | lch(72.5 74.3 92.0) |
| OKLCH | oklch(0.762 0.156 96.2) |
Copy-ready code
/* CSS */
color: #cfb005;
background-color: #cfb005;
/* Tailwind (arbitrary) */
class="text-[#cfb005] bg-[#cfb005]"
/* SCSS */
$brand: #cfb005;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.020)
/* Android */
Color.parseColor("#cfb005")Accessibility — WCAG contrast
Aa
#cfb005 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb005 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow97.6%
Key (black)18.8%
Color previews
#cfb005 text on a black background
contrast 9.87:1
Card sample
#cfb005 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb005;
Background color
Panel with #cfb005 background
background-color: #cfb005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb005; background: linear-gradient(135deg, #cfb005, #67CF05);