#cadb39
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 219, 57
HSL
66°, 69%, 54%
CMYK
8, 0, 74, 14
Luminance
0.6352
Every format
| HEX | #cadb39 |
| RGB | rgb(202, 219, 57) |
| HSL | hsl(66, 69%, 54%) |
| CMYK | cmyk(8%, 0%, 74%, 14%) |
| LAB | lab(83.7 -25.0 72.3) |
| LCH | lch(83.7 76.5 109.1) |
| OKLCH | oklch(0.851 0.176 115.6) |
Copy-ready code
/* CSS */
color: #cadb39;
background-color: #cadb39;
/* Tailwind (arbitrary) */
class="text-[#cadb39] bg-[#cadb39]"
/* SCSS */
$brand: #cadb39;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.224)
/* Android */
Color.parseColor("#cadb39")Accessibility — WCAG contrast
Aa
#cadb39 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadb39 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue22.4%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow74.0%
Key (black)14.1%
Color previews
#cadb39 text on a black background
contrast 13.70:1
Card sample
#cadb39 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadb39;
Background color
Panel with #cadb39 background
background-color: #cadb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadb39; background: linear-gradient(135deg, #cadb39, #5EDB39);