#cbd621
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 214, 33
HSL
64°, 73%, 48%
CMYK
5, 0, 85, 16
Luminance
0.6090
Every format
| HEX | #cbd621 |
| RGB | rgb(203, 214, 33) |
| HSL | hsl(64, 73%, 48%) |
| CMYK | cmyk(5%, 0%, 85%, 16%) |
| LAB | lab(82.3 -23.0 77.5) |
| LCH | lch(82.3 80.8 106.6) |
| OKLCH | oklch(0.840 0.181 113.5) |
Copy-ready code
/* CSS */
color: #cbd621;
background-color: #cbd621;
/* Tailwind (arbitrary) */
class="text-[#cbd621] bg-[#cbd621]"
/* SCSS */
$brand: #cbd621;
/* SwiftUI */
Color(red: 0.796, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#cbd621")Accessibility — WCAG contrast
Aa
#cbd621 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd621 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green83.9%
Blue12.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow84.6%
Key (black)16.1%
Color previews
#cbd621 text on a black background
contrast 13.18:1
Card sample
#cbd621 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd621;
Background color
Panel with #cbd621 background
background-color: #cbd621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd621; background: linear-gradient(135deg, #cbd621, #52D621);