#cadf35
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 223, 53
HSL
67°, 73%, 54%
CMYK
9, 0, 76, 13
Luminance
0.6559
Every format
| HEX | #cadf35 |
| RGB | rgb(202, 223, 53) |
| HSL | hsl(67, 73%, 54%) |
| CMYK | cmyk(9%, 0%, 76%, 13%) |
| LAB | lab(84.8 -27.1 74.5) |
| LCH | lch(84.8 79.3 110.0) |
| OKLCH | oklch(0.860 0.183 116.7) |
Copy-ready code
/* CSS */
color: #cadf35;
background-color: #cadf35;
/* Tailwind (arbitrary) */
class="text-[#cadf35] bg-[#cadf35]"
/* SCSS */
$brand: #cadf35;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.208)
/* Android */
Color.parseColor("#cadf35")Accessibility — WCAG contrast
Aa
#cadf35 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadf35 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue20.8%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow76.2%
Key (black)12.5%
Color previews
#cadf35 text on a black background
contrast 14.12:1
Card sample
#cadf35 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadf35;
Background color
Panel with #cadf35 background
background-color: #cadf35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadf35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadf35; background: linear-gradient(135deg, #cadf35, #59DF35);