#badeb7
a light, soft green · cool · closest name: beige
RGB
186, 222, 183
HSL
115°, 37%, 79%
CMYK
16, 0, 18, 13
Luminance
0.6610
Every format
| HEX | #badeb7 |
| RGB | rgb(186, 222, 183) |
| HSL | hsl(115, 37%, 79%) |
| CMYK | cmyk(16%, 0%, 18%, 13%) |
| LAB | lab(85.0 -19.1 15.3) |
| LCH | lch(85.0 24.4 141.4) |
| OKLCH | oklch(0.864 0.065 143.0) |
Copy-ready code
/* CSS */
color: #badeb7;
background-color: #badeb7;
/* Tailwind (arbitrary) */
class="text-[#badeb7] bg-[#badeb7]"
/* SCSS */
$brand: #badeb7;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.718)
/* Android */
Color.parseColor("#badeb7")Accessibility — WCAG contrast
Aa
#badeb7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badeb7 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue71.8%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow17.6%
Key (black)12.9%
Color previews
#badeb7 text on a black background
contrast 14.22:1
Card sample
#badeb7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badeb7;
Background color
Panel with #badeb7 background
background-color: #badeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badeb7; background: linear-gradient(135deg, #badeb7, #B7DECE);