#badebf
a light, soft green · cool · closest name: beige
RGB
186, 222, 191
HSL
128°, 35%, 80%
CMYK
16, 0, 14, 13
Luminance
0.6644
Every format
| HEX | #badebf |
| RGB | rgb(186, 222, 191) |
| HSL | hsl(128, 35%, 80%) |
| CMYK | cmyk(16%, 0%, 14%, 13%) |
| LAB | lab(85.2 -17.7 11.3) |
| LCH | lch(85.2 21.0 147.4) |
| OKLCH | oklch(0.866 0.057 149.0) |
Copy-ready code
/* CSS */
color: #badebf;
background-color: #badebf;
/* Tailwind (arbitrary) */
class="text-[#badebf] bg-[#badebf]"
/* SCSS */
$brand: #badebf;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.749)
/* Android */
Color.parseColor("#badebf")Accessibility — WCAG contrast
Aa
#badebf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badebf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue74.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow14.0%
Key (black)12.9%
Color previews
#badebf text on a black background
contrast 14.29:1
Card sample
#badebf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badebf;
Background color
Panel with #badebf background
background-color: #badebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badebf; background: linear-gradient(135deg, #badebf, #BADED7);