#bad1ba
a light, soft green · cool · closest name: silver
RGB
186, 209, 186
HSL
120°, 20%, 78%
CMYK
11, 0, 11, 18
Luminance
0.5959
Every format
| HEX | #bad1ba |
| RGB | rgb(186, 209, 186) |
| HSL | hsl(120, 20%, 78%) |
| CMYK | cmyk(11%, 0%, 11%, 18%) |
| LAB | lab(81.6 -12.0 8.8) |
| LCH | lch(81.6 14.9 143.8) |
| OKLCH | oklch(0.837 0.040 145.2) |
Copy-ready code
/* CSS */
color: #bad1ba;
background-color: #bad1ba;
/* Tailwind (arbitrary) */
class="text-[#bad1ba] bg-[#bad1ba]"
/* SCSS */
$brand: #bad1ba;
/* SwiftUI */
Color(red: 0.729, green: 0.820, blue: 0.729)
/* Android */
Color.parseColor("#bad1ba")Accessibility — WCAG contrast
Aa
#bad1ba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad1ba on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.0%
Blue72.9%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow11.0%
Key (black)18.0%
Color previews
#bad1ba text on a black background
contrast 12.92:1
Card sample
#bad1ba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad1ba;
Background color
Panel with #bad1ba background
background-color: #bad1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 209, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 209, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad1ba; background: linear-gradient(135deg, #bad1ba, #BAD1C9);