#bad47c
a light, vivid green · cool · closest name: khaki
RGB
186, 212, 124
HSL
78°, 51%, 66%
CMYK
12, 0, 42, 17
Luminance
0.5898
Every format
| HEX | #bad47c |
| RGB | rgb(186, 212, 124) |
| HSL | hsl(78, 51%, 66%) |
| CMYK | cmyk(12%, 0%, 42%, 17%) |
| LAB | lab(81.3 -22.7 40.6) |
| LCH | lch(81.3 46.5 119.2) |
| OKLCH | oklch(0.831 0.117 122.4) |
Copy-ready code
/* CSS */
color: #bad47c;
background-color: #bad47c;
/* Tailwind (arbitrary) */
class="text-[#bad47c] bg-[#bad47c]"
/* SCSS */
$brand: #bad47c;
/* SwiftUI */
Color(red: 0.729, green: 0.831, blue: 0.486)
/* Android */
Color.parseColor("#bad47c")Accessibility — WCAG contrast
Aa
#bad47c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad47c on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green83.1%
Blue48.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow41.5%
Key (black)16.9%
Color previews
#bad47c text on a black background
contrast 12.80:1
Card sample
#bad47c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad47c;
Background color
Panel with #bad47c background
background-color: #bad47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 212, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 212, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad47c; background: linear-gradient(135deg, #bad47c, #7FD47C);