#cbd521
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 213, 33
HSL
63°, 73%, 48%
CMYK
5, 0, 85, 17
Luminance
0.6039
Every format
| HEX | #cbd521 |
| RGB | rgb(203, 213, 33) |
| HSL | hsl(63, 73%, 48%) |
| CMYK | cmyk(5%, 0%, 85%, 17%) |
| LAB | lab(82.0 -22.6 77.3) |
| LCH | lch(82.0 80.5 106.3) |
| OKLCH | oklch(0.838 0.180 113.2) |
Copy-ready code
/* CSS */
color: #cbd521;
background-color: #cbd521;
/* Tailwind (arbitrary) */
class="text-[#cbd521] bg-[#cbd521]"
/* SCSS */
$brand: #cbd521;
/* SwiftUI */
Color(red: 0.796, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#cbd521")Accessibility — WCAG contrast
Aa
#cbd521 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd521 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green83.5%
Blue12.9%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#cbd521 text on a black background
contrast 13.08:1
Card sample
#cbd521 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd521;
Background color
Panel with #cbd521 background
background-color: #cbd521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd521; background: linear-gradient(135deg, #cbd521, #53D521);