#cade4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 222, 79
HSL
68°, 68%, 59%
CMYK
9, 0, 64, 13
Luminance
0.6536
Every format
| HEX | #cade4f |
| RGB | rgb(202, 222, 79) |
| HSL | hsl(68, 68%, 59%) |
| CMYK | cmyk(9%, 0%, 64%, 13%) |
| LAB | lab(84.7 -25.3 65.3) |
| LCH | lch(84.7 70.0 111.2) |
| OKLCH | oklch(0.859 0.166 116.8) |
Copy-ready code
/* CSS */
color: #cade4f;
background-color: #cade4f;
/* Tailwind (arbitrary) */
class="text-[#cade4f] bg-[#cade4f]"
/* SCSS */
$brand: #cade4f;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.310)
/* Android */
Color.parseColor("#cade4f")Accessibility — WCAG contrast
Aa
#cade4f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade4f on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue31.0%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow64.4%
Key (black)12.9%
Color previews
#cade4f text on a black background
contrast 14.07:1
Card sample
#cade4f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade4f;
Background color
Panel with #cade4f background
background-color: #cade4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade4f; background: linear-gradient(135deg, #cade4f, #6BDE4F);