#cadc64
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 220, 100
HSL
69°, 63%, 63%
CMYK
8, 0, 55, 14
Luminance
0.6466
Every format
| HEX | #cadc64 |
| RGB | rgb(202, 220, 100) |
| HSL | hsl(69, 63%, 63%) |
| CMYK | cmyk(8%, 0%, 55%, 14%) |
| LAB | lab(84.3 -22.8 56.0) |
| LCH | lch(84.3 60.4 112.1) |
| OKLCH | oklch(0.857 0.146 116.7) |
Copy-ready code
/* CSS */
color: #cadc64;
background-color: #cadc64;
/* Tailwind (arbitrary) */
class="text-[#cadc64] bg-[#cadc64]"
/* SCSS */
$brand: #cadc64;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.392)
/* Android */
Color.parseColor("#cadc64")Accessibility — WCAG contrast
Aa
#cadc64 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadc64 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue39.2%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow54.5%
Key (black)13.7%
Color previews
#cadc64 text on a black background
contrast 13.93:1
Card sample
#cadc64 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadc64;
Background color
Panel with #cadc64 background
background-color: #cadc64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadc64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadc64; background: linear-gradient(135deg, #cadc64, #7ADC64);