#cfb409
a dark, electric yellow · cool · closest name: gold
RGB
207, 180, 9
HSL
52°, 92%, 42%
CMYK
0, 13, 96, 19
Luminance
0.4593
Every format
| HEX | #cfb409 |
| RGB | rgb(207, 180, 9) |
| HSL | hsl(52, 92%, 42%) |
| CMYK | cmyk(0%, 13%, 96%, 19%) |
| LAB | lab(73.5 -4.6 74.5) |
| LCH | lch(73.5 74.7 93.5) |
| OKLCH | oklch(0.770 0.158 98.2) |
Copy-ready code
/* CSS */
color: #cfb409;
background-color: #cfb409;
/* Tailwind (arbitrary) */
class="text-[#cfb409] bg-[#cfb409]"
/* SCSS */
$brand: #cfb409;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.035)
/* Android */
Color.parseColor("#cfb409")Accessibility — WCAG contrast
Aa
#cfb409 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb409 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow95.7%
Key (black)18.8%
Color previews
#cfb409 text on a black background
contrast 10.19:1
Card sample
#cfb409 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb409;
Background color
Panel with #cfb409 background
background-color: #cfb409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb409; background: linear-gradient(135deg, #cfb409, #66CF09);