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