#cade3c
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 222, 60
HSL
67°, 71%, 55%
CMYK
9, 0, 73, 13
Luminance
0.6513
Every format
| HEX | #cade3c |
| RGB | rgb(202, 222, 60) |
| HSL | hsl(67, 71%, 55%) |
| CMYK | cmyk(9%, 0%, 73%, 13%) |
| LAB | lab(84.5 -26.3 72.1) |
| LCH | lch(84.5 76.7 110.1) |
| OKLCH | oklch(0.858 0.178 116.5) |
Copy-ready code
/* CSS */
color: #cade3c;
background-color: #cade3c;
/* Tailwind (arbitrary) */
class="text-[#cade3c] bg-[#cade3c]"
/* SCSS */
$brand: #cade3c;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.235)
/* Android */
Color.parseColor("#cade3c")Accessibility — WCAG contrast
Aa
#cade3c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade3c on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue23.5%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow73.0%
Key (black)12.9%
Color previews
#cade3c text on a black background
contrast 14.03:1
Card sample
#cade3c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade3c;
Background color
Panel with #cade3c background
background-color: #cade3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade3c; background: linear-gradient(135deg, #cade3c, #5EDE3C);