#cfd721
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 215, 33
HSL
63°, 73%, 49%
CMYK
4, 0, 85, 16
Luminance
0.6198
Every format
| HEX | #cfd721 |
| RGB | rgb(207, 215, 33) |
| HSL | hsl(63, 73%, 49%) |
| CMYK | cmyk(4%, 0%, 85%, 16%) |
| LAB | lab(82.9 -21.8 78.1) |
| LCH | lch(82.9 81.1 105.6) |
| OKLCH | oklch(0.845 0.181 112.5) |
Copy-ready code
/* CSS */
color: #cfd721;
background-color: #cfd721;
/* Tailwind (arbitrary) */
class="text-[#cfd721] bg-[#cfd721]"
/* SCSS */
$brand: #cfd721;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#cfd721")Accessibility — WCAG contrast
Aa
#cfd721 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd721 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue12.9%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#cfd721 text on a black background
contrast 13.40:1
Card sample
#cfd721 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd721;
Background color
Panel with #cfd721 background
background-color: #cfd721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd721; background: linear-gradient(135deg, #cfd721, #56D721);