#cbd821
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 216, 33
HSL
64°, 74%, 49%
CMYK
6, 0, 85, 15
Luminance
0.6192
Every format
| HEX | #cbd821 |
| RGB | rgb(203, 216, 33) |
| HSL | hsl(64, 74%, 49%) |
| CMYK | cmyk(6%, 0%, 85%, 15%) |
| LAB | lab(82.9 -24.0 77.9) |
| LCH | lch(82.9 81.5 107.1) |
| OKLCH | oklch(0.844 0.183 114.1) |
Copy-ready code
/* CSS */
color: #cbd821;
background-color: #cbd821;
/* Tailwind (arbitrary) */
class="text-[#cbd821] bg-[#cbd821]"
/* SCSS */
$brand: #cbd821;
/* SwiftUI */
Color(red: 0.796, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#cbd821")Accessibility — WCAG contrast
Aa
#cbd821 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd821 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green84.7%
Blue12.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#cbd821 text on a black background
contrast 13.38:1
Card sample
#cbd821 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd821;
Background color
Panel with #cbd821 background
background-color: #cbd821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd821; background: linear-gradient(135deg, #cbd821, #51D821);