#cfd521
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 213, 33
HSL
62°, 73%, 48%
CMYK
3, 0, 85, 17
Luminance
0.6096
Every format
| HEX | #cfd521 |
| RGB | rgb(207, 213, 33) |
| HSL | hsl(62, 73%, 48%) |
| CMYK | cmyk(3%, 0%, 85%, 17%) |
| LAB | lab(82.4 -20.9 77.6) |
| LCH | lch(82.4 80.4 105.0) |
| OKLCH | oklch(0.841 0.179 111.8) |
Copy-ready code
/* CSS */
color: #cfd521;
background-color: #cfd521;
/* Tailwind (arbitrary) */
class="text-[#cfd521] bg-[#cfd521]"
/* SCSS */
$brand: #cfd521;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#cfd521")Accessibility — WCAG contrast
Aa
#cfd521 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd521 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue12.9%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#cfd521 text on a black background
contrast 13.19:1
Card sample
#cfd521 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd521;
Background color
Panel with #cfd521 background
background-color: #cfd521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd521; background: linear-gradient(135deg, #cfd521, #57D521);