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