#cfd409
a dark, electric yellow · cool · closest name: yellow
RGB
207, 212, 9
HSL
62°, 92%, 43%
CMYK
2, 0, 96, 17
Luminance
0.6037
Every format
| HEX | #cfd409 |
| RGB | rgb(207, 212, 9) |
| HSL | hsl(62, 92%, 43%) |
| CMYK | cmyk(2%, 0%, 96%, 17%) |
| LAB | lab(82.0 -20.8 80.9) |
| LCH | lch(82.0 83.5 104.4) |
| OKLCH | oklch(0.838 0.184 111.5) |
Copy-ready code
/* CSS */
color: #cfd409;
background-color: #cfd409;
/* Tailwind (arbitrary) */
class="text-[#cfd409] bg-[#cfd409]"
/* SCSS */
$brand: #cfd409;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.035)
/* Android */
Color.parseColor("#cfd409")Accessibility — WCAG contrast
Aa
#cfd409 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd409 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue3.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow95.8%
Key (black)16.9%
Color previews
#cfd409 text on a black background
contrast 13.07:1
Card sample
#cfd409 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd409;
Background color
Panel with #cfd409 background
background-color: #cfd409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd409; background: linear-gradient(135deg, #cfd409, #48D409);