#cbd921
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 217, 33
HSL
65°, 74%, 49%
CMYK
7, 0, 85, 15
Luminance
0.6243
Every format
| HEX | #cbd921 |
| RGB | rgb(203, 217, 33) |
| HSL | hsl(65, 74%, 49%) |
| CMYK | cmyk(7%, 0%, 85%, 15%) |
| LAB | lab(83.1 -24.5 78.2) |
| LCH | lch(83.1 81.9 107.4) |
| OKLCH | oklch(0.846 0.184 114.5) |
Copy-ready code
/* CSS */
color: #cbd921;
background-color: #cbd921;
/* Tailwind (arbitrary) */
class="text-[#cbd921] bg-[#cbd921]"
/* SCSS */
$brand: #cbd921;
/* SwiftUI */
Color(red: 0.796, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#cbd921")Accessibility — WCAG contrast
Aa
#cbd921 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd921 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.1%
Blue12.9%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#cbd921 text on a black background
contrast 13.49:1
Card sample
#cbd921 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd921;
Background color
Panel with #cbd921 background
background-color: #cbd921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd921; background: linear-gradient(135deg, #cbd921, #50D921);