#cade5c
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 222, 92
HSL
69°, 66%, 62%
CMYK
9, 0, 59, 13
Luminance
0.6557
Every format
| HEX | #cade5c |
| RGB | rgb(202, 222, 92) |
| HSL | hsl(69, 66%, 62%) |
| CMYK | cmyk(9%, 0%, 59%, 13%) |
| LAB | lab(84.8 -24.4 60.0) |
| LCH | lch(84.8 64.8 112.1) |
| OKLCH | oklch(0.860 0.156 117.1) |
Copy-ready code
/* CSS */
color: #cade5c;
background-color: #cade5c;
/* Tailwind (arbitrary) */
class="text-[#cade5c] bg-[#cade5c]"
/* SCSS */
$brand: #cade5c;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.361)
/* Android */
Color.parseColor("#cade5c")Accessibility — WCAG contrast
Aa
#cade5c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade5c on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue36.1%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow58.6%
Key (black)12.9%
Color previews
#cade5c text on a black background
contrast 14.11:1
Card sample
#cade5c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade5c;
Background color
Panel with #cade5c background
background-color: #cade5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade5c; background: linear-gradient(135deg, #cade5c, #74DE5C);