#cfb402
a dark, electric yellow · cool · closest name: gold
RGB
207, 180, 2
HSL
52°, 98%, 41%
CMYK
0, 13, 99, 19
Luminance
0.4591
Every format
| HEX | #cfb402 |
| RGB | rgb(207, 180, 2) |
| HSL | hsl(52, 98%, 41%) |
| CMYK | cmyk(0%, 13%, 99%, 19%) |
| LAB | lab(73.5 -4.7 75.3) |
| LCH | lch(73.5 75.5 93.6) |
| OKLCH | oklch(0.770 0.159 98.3) |
Copy-ready code
/* CSS */
color: #cfb402;
background-color: #cfb402;
/* Tailwind (arbitrary) */
class="text-[#cfb402] bg-[#cfb402]"
/* SCSS */
$brand: #cfb402;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.008)
/* Android */
Color.parseColor("#cfb402")Accessibility — WCAG contrast
Aa
#cfb402 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb402 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow99.0%
Key (black)18.8%
Color previews
#cfb402 text on a black background
contrast 10.18:1
Card sample
#cfb402 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb402;
Background color
Panel with #cfb402 background
background-color: #cfb402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb402; background: linear-gradient(135deg, #cfb402, #61CF02);