#badbbf
a light, soft green · cool · closest name: beige
RGB
186, 219, 191
HSL
129°, 31%, 79%
CMYK
15, 0, 13, 14
Luminance
0.6486
Every format
| HEX | #badbbf |
| RGB | rgb(186, 219, 191) |
| HSL | hsl(129, 31%, 79%) |
| CMYK | cmyk(15%, 0%, 13%, 14%) |
| LAB | lab(84.4 -16.2 10.2) |
| LCH | lch(84.4 19.1 147.9) |
| OKLCH | oklch(0.860 0.052 149.5) |
Copy-ready code
/* CSS */
color: #badbbf;
background-color: #badbbf;
/* Tailwind (arbitrary) */
class="text-[#badbbf] bg-[#badbbf]"
/* SCSS */
$brand: #badbbf;
/* SwiftUI */
Color(red: 0.729, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#badbbf")Accessibility — WCAG contrast
Aa
#badbbf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badbbf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.9%
Blue74.9%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#badbbf text on a black background
contrast 13.97:1
Card sample
#badbbf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badbbf;
Background color
Panel with #badbbf background
background-color: #badbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badbbf; background: linear-gradient(135deg, #badbbf, #BADBD5);