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