#cfd613
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 214, 19
HSL
62°, 84%, 46%
CMYK
3, 0, 91, 16
Luminance
0.6141
Every format
| HEX | #cfd613 |
| RGB | rgb(207, 214, 19) |
| HSL | hsl(62, 84%, 46%) |
| CMYK | cmyk(3%, 0%, 91%, 16%) |
| LAB | lab(82.6 -21.6 80.2) |
| LCH | lch(82.6 83.1 105.1) |
| OKLCH | oklch(0.843 0.184 112.1) |
Copy-ready code
/* CSS */
color: #cfd613;
background-color: #cfd613;
/* Tailwind (arbitrary) */
class="text-[#cfd613] bg-[#cfd613]"
/* SCSS */
$brand: #cfd613;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.075)
/* Android */
Color.parseColor("#cfd613")Accessibility — WCAG contrast
Aa
#cfd613 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd613 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue7.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow91.1%
Key (black)16.1%
Color previews
#cfd613 text on a black background
contrast 13.28:1
Card sample
#cfd613 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd613;
Background color
Panel with #cfd613 background
background-color: #cfd613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd613; background: linear-gradient(135deg, #cfd613, #4DD613);