#cbd721
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 215, 33
HSL
64°, 73%, 49%
CMYK
6, 0, 85, 16
Luminance
0.6141
Every format
| HEX | #cbd721 |
| RGB | rgb(203, 215, 33) |
| HSL | hsl(64, 73%, 49%) |
| CMYK | cmyk(6%, 0%, 85%, 16%) |
| LAB | lab(82.6 -23.5 77.7) |
| LCH | lch(82.6 81.2 106.8) |
| OKLCH | oklch(0.842 0.182 113.8) |
Copy-ready code
/* CSS */
color: #cbd721;
background-color: #cbd721;
/* Tailwind (arbitrary) */
class="text-[#cbd721] bg-[#cbd721]"
/* SCSS */
$brand: #cbd721;
/* SwiftUI */
Color(red: 0.796, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#cbd721")Accessibility — WCAG contrast
Aa
#cbd721 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd721 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green84.3%
Blue12.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#cbd721 text on a black background
contrast 13.28:1
Card sample
#cbd721 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd721;
Background color
Panel with #cbd721 background
background-color: #cbd721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd721; background: linear-gradient(135deg, #cbd721, #51D721);