#c2d521
a balanced, vivid yellow · cool · closest name: yellow
RGB
194, 213, 33
HSL
66°, 73%, 48%
CMYK
9, 0, 85, 17
Luminance
0.5917
Every format
| HEX | #c2d521 |
| RGB | rgb(194, 213, 33) |
| HSL | hsl(66, 73%, 48%) |
| CMYK | cmyk(9%, 0%, 85%, 17%) |
| LAB | lab(81.4 -26.3 76.4) |
| LCH | lch(81.4 80.8 109.0) |
| OKLCH | oklch(0.831 0.183 116.2) |
Copy-ready code
/* CSS */
color: #c2d521;
background-color: #c2d521;
/* Tailwind (arbitrary) */
class="text-[#c2d521] bg-[#c2d521]"
/* SCSS */
$brand: #c2d521;
/* SwiftUI */
Color(red: 0.761, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#c2d521")Accessibility — WCAG contrast
Aa
#c2d521 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d521 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.5%
Blue12.9%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#c2d521 text on a black background
contrast 12.83:1
Card sample
#c2d521 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d521;
Background color
Panel with #c2d521 background
background-color: #c2d521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d521; background: linear-gradient(135deg, #c2d521, #4AD521);