#cfbf02
a dark, electric yellow · cool · closest name: gold
RGB
207, 191, 2
HSL
55°, 98%, 41%
CMYK
0, 8, 99, 19
Luminance
0.5053
Every format
| HEX | #cfbf02 |
| RGB | rgb(207, 191, 2) |
| HSL | hsl(55, 98%, 41%) |
| CMYK | cmyk(0%, 8%, 99%, 19%) |
| LAB | lab(76.4 -10.4 77.4) |
| LCH | lch(76.4 78.1 97.6) |
| OKLCH | oklch(0.793 0.167 103.4) |
Copy-ready code
/* CSS */
color: #cfbf02;
background-color: #cfbf02;
/* Tailwind (arbitrary) */
class="text-[#cfbf02] bg-[#cfbf02]"
/* SCSS */
$brand: #cfbf02;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.008)
/* Android */
Color.parseColor("#cfbf02")Accessibility — WCAG contrast
Aa
#cfbf02 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf02 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow99.0%
Key (black)18.8%
Color previews
#cfbf02 text on a black background
contrast 11.11:1
Card sample
#cfbf02 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf02;
Background color
Panel with #cfbf02 background
background-color: #cfbf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf02; background: linear-gradient(135deg, #cfbf02, #56CF02);