#bad94c
a balanced, vivid green · cool · closest name: khaki
RGB
186, 217, 76
HSL
73°, 65%, 58%
CMYK
14, 0, 65, 15
Luminance
0.6059
Every format
| HEX | #bad94c |
| RGB | rgb(186, 217, 76) |
| HSL | hsl(73, 65%, 58%) |
| CMYK | cmyk(14%, 0%, 65%, 15%) |
| LAB | lab(82.2 -29.5 63.5) |
| LCH | lch(82.2 70.0 114.9) |
| OKLCH | oklch(0.836 0.168 120.8) |
Copy-ready code
/* CSS */
color: #bad94c;
background-color: #bad94c;
/* Tailwind (arbitrary) */
class="text-[#bad94c] bg-[#bad94c]"
/* SCSS */
$brand: #bad94c;
/* SwiftUI */
Color(red: 0.729, green: 0.851, blue: 0.298)
/* Android */
Color.parseColor("#bad94c")Accessibility — WCAG contrast
Aa
#bad94c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad94c on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.1%
Blue29.8%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow65.0%
Key (black)14.9%
Color previews
#bad94c text on a black background
contrast 13.12:1
Card sample
#bad94c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad94c;
Background color
Panel with #bad94c background
background-color: #bad94c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad94c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 217, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 217, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad94c; background: linear-gradient(135deg, #bad94c, #5CD94C);