#bade9a
a light, vivid green · cool · closest name: khaki
RGB
186, 222, 154
HSL
92°, 51%, 74%
CMYK
16, 0, 31, 13
Luminance
0.6501
Every format
| HEX | #bade9a |
| RGB | rgb(186, 222, 154) |
| HSL | hsl(92, 51%, 74%) |
| CMYK | cmyk(16%, 0%, 31%, 13%) |
| LAB | lab(84.5 -23.7 29.6) |
| LCH | lch(84.5 37.9 128.7) |
| OKLCH | oklch(0.858 0.098 130.9) |
Copy-ready code
/* CSS */
color: #bade9a;
background-color: #bade9a;
/* Tailwind (arbitrary) */
class="text-[#bade9a] bg-[#bade9a]"
/* SCSS */
$brand: #bade9a;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.604)
/* Android */
Color.parseColor("#bade9a")Accessibility — WCAG contrast
Aa
#bade9a on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade9a on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue60.4%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow30.6%
Key (black)12.9%
Color previews
#bade9a text on a black background
contrast 14.00:1
Card sample
#bade9a text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade9a;
Background color
Panel with #bade9a background
background-color: #bade9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade9a; background: linear-gradient(135deg, #bade9a, #9ADEA7);