#cadf13
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 223, 19
HSL
66°, 84%, 48%
CMYK
9, 0, 92, 13
Luminance
0.6538
Every format
| HEX | #cadf13 |
| RGB | rgb(202, 223, 19) |
| HSL | hsl(66, 84%, 48%) |
| CMYK | cmyk(9%, 0%, 92%, 13%) |
| LAB | lab(84.7 -28.0 81.7) |
| LCH | lch(84.7 86.4 108.9) |
| OKLCH | oklch(0.858 0.194 116.5) |
Copy-ready code
/* CSS */
color: #cadf13;
background-color: #cadf13;
/* Tailwind (arbitrary) */
class="text-[#cadf13] bg-[#cadf13]"
/* SCSS */
$brand: #cadf13;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#cadf13")Accessibility — WCAG contrast
Aa
#cadf13 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadf13 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue7.5%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow91.5%
Key (black)12.5%
Color previews
#cadf13 text on a black background
contrast 14.08:1
Card sample
#cadf13 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadf13;
Background color
Panel with #cadf13 background
background-color: #cadf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadf13; background: linear-gradient(135deg, #cadf13, #42DF13);