#cada2d
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 218, 45
HSL
66°, 70%, 52%
CMYK
7, 0, 79, 15
Luminance
0.6289
Every format
| HEX | #cada2d |
| RGB | rgb(202, 218, 45) |
| HSL | hsl(66, 70%, 52%) |
| CMYK | cmyk(7%, 0%, 79%, 15%) |
| LAB | lab(83.4 -25.0 75.5) |
| LCH | lch(83.4 79.5 108.3) |
| OKLCH | oklch(0.848 0.181 115.2) |
Copy-ready code
/* CSS */
color: #cada2d;
background-color: #cada2d;
/* Tailwind (arbitrary) */
class="text-[#cada2d] bg-[#cada2d]"
/* SCSS */
$brand: #cada2d;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.176)
/* Android */
Color.parseColor("#cada2d")Accessibility — WCAG contrast
Aa
#cada2d on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cada2d on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue17.6%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow79.4%
Key (black)14.5%
Color previews
#cada2d text on a black background
contrast 13.58:1
Card sample
#cada2d text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cada2d;
Background color
Panel with #cada2d background
background-color: #cada2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cada2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cada2d; background: linear-gradient(135deg, #cada2d, #57DA2D);