#cadf02
a dark, electric yellow · cool · closest name: yellow
RGB
202, 223, 2
HSL
66°, 98%, 44%
CMYK
9, 0, 99, 13
Luminance
0.6534
Every format
| HEX | #cadf02 |
| RGB | rgb(202, 223, 2) |
| HSL | hsl(66, 98%, 44%) |
| CMYK | cmyk(9%, 0%, 99%, 13%) |
| LAB | lab(84.7 -28.2 83.3) |
| LCH | lch(84.7 88.0 108.7) |
| OKLCH | oklch(0.858 0.197 116.4) |
Copy-ready code
/* CSS */
color: #cadf02;
background-color: #cadf02;
/* Tailwind (arbitrary) */
class="text-[#cadf02] bg-[#cadf02]"
/* SCSS */
$brand: #cadf02;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.008)
/* Android */
Color.parseColor("#cadf02")Accessibility — WCAG contrast
Aa
#cadf02 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadf02 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue0.8%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow99.1%
Key (black)12.5%
Color previews
#cadf02 text on a black background
contrast 14.07:1
Card sample
#cadf02 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadf02;
Background color
Panel with #cadf02 background
background-color: #cadf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadf02; background: linear-gradient(135deg, #cadf02, #37DF02);