#cadc39
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 220, 57
HSL
67°, 70%, 54%
CMYK
8, 0, 74, 14
Luminance
0.6404
Every format
| HEX | #cadc39 |
| RGB | rgb(202, 220, 57) |
| HSL | hsl(67, 70%, 54%) |
| CMYK | cmyk(8%, 0%, 74%, 14%) |
| LAB | lab(84.0 -25.5 72.5) |
| LCH | lch(84.0 76.9 109.4) |
| OKLCH | oklch(0.853 0.177 115.9) |
Copy-ready code
/* CSS */
color: #cadc39;
background-color: #cadc39;
/* Tailwind (arbitrary) */
class="text-[#cadc39] bg-[#cadc39]"
/* SCSS */
$brand: #cadc39;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.224)
/* Android */
Color.parseColor("#cadc39")Accessibility — WCAG contrast
Aa
#cadc39 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadc39 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue22.4%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow74.1%
Key (black)13.7%
Color previews
#cadc39 text on a black background
contrast 13.81:1
Card sample
#cadc39 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadc39;
Background color
Panel with #cadc39 background
background-color: #cadc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadc39; background: linear-gradient(135deg, #cadc39, #5DDC39);