#badbab
a light, soft green · cool · closest name: beige
RGB
186, 219, 171
HSL
101°, 40%, 77%
CMYK
15, 0, 22, 14
Luminance
0.6404
Every format
| HEX | #badbab |
| RGB | rgb(186, 219, 171) |
| HSL | hsl(101, 40%, 77%) |
| CMYK | cmyk(15%, 0%, 22%, 14%) |
| LAB | lab(84.0 -19.6 20.1) |
| LCH | lch(84.0 28.1 134.3) |
| OKLCH | oklch(0.855 0.074 136.0) |
Copy-ready code
/* CSS */
color: #badbab;
background-color: #badbab;
/* Tailwind (arbitrary) */
class="text-[#badbab] bg-[#badbab]"
/* SCSS */
$brand: #badbab;
/* SwiftUI */
Color(red: 0.729, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#badbab")Accessibility — WCAG contrast
Aa
#badbab on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badbab on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.9%
Blue67.1%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#badbab text on a black background
contrast 13.81:1
Card sample
#badbab text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badbab;
Background color
Panel with #badbab background
background-color: #badbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badbab; background: linear-gradient(135deg, #badbab, #ABDBBC);