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