#cad76f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 215, 111
HSL
68°, 57%, 64%
CMYK
6, 0, 48, 16
Luminance
0.6231
Every format
| HEX | #cad76f |
| RGB | rgb(202, 215, 111) |
| HSL | hsl(68, 57%, 64%) |
| CMYK | cmyk(6%, 0%, 48%, 16%) |
| LAB | lab(83.1 -19.4 49.4) |
| LCH | lch(83.1 53.1 111.4) |
| OKLCH | oklch(0.847 0.130 115.1) |
Copy-ready code
/* CSS */
color: #cad76f;
background-color: #cad76f;
/* Tailwind (arbitrary) */
class="text-[#cad76f] bg-[#cad76f]"
/* SCSS */
$brand: #cad76f;
/* SwiftUI */
Color(red: 0.792, green: 0.843, blue: 0.435)
/* Android */
Color.parseColor("#cad76f")Accessibility — WCAG contrast
Aa
#cad76f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad76f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.3%
Blue43.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow48.4%
Key (black)15.7%
Color previews
#cad76f text on a black background
contrast 13.46:1
Card sample
#cad76f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad76f;
Background color
Panel with #cad76f background
background-color: #cad76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 215, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 215, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad76f; background: linear-gradient(135deg, #cad76f, #85D76F);