#badeb9
a light, soft green · cool · closest name: beige
RGB
186, 222, 185
HSL
118°, 36%, 80%
CMYK
16, 0, 17, 13
Luminance
0.6618
Every format
| HEX | #badeb9 |
| RGB | rgb(186, 222, 185) |
| HSL | hsl(118, 36%, 80%) |
| CMYK | cmyk(16%, 0%, 17%, 13%) |
| LAB | lab(85.1 -18.8 14.3) |
| LCH | lch(85.1 23.6 142.7) |
| OKLCH | oklch(0.865 0.063 144.3) |
Copy-ready code
/* CSS */
color: #badeb9;
background-color: #badeb9;
/* Tailwind (arbitrary) */
class="text-[#badeb9] bg-[#badeb9]"
/* SCSS */
$brand: #badeb9;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.725)
/* Android */
Color.parseColor("#badeb9")Accessibility — WCAG contrast
Aa
#badeb9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badeb9 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue72.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow16.7%
Key (black)12.9%
Color previews
#badeb9 text on a black background
contrast 14.24:1
Card sample
#badeb9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badeb9;
Background color
Panel with #badeb9 background
background-color: #badeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badeb9; background: linear-gradient(135deg, #badeb9, #B9DED1);