#bad8c5
a light, soft green · cool · closest name: silver
RGB
186, 216, 197
HSL
142°, 28%, 79%
CMYK
14, 0, 9, 15
Luminance
0.6358
Every format
| HEX | #bad8c5 |
| RGB | rgb(186, 216, 197) |
| HSL | hsl(142, 28%, 79%) |
| CMYK | cmyk(14%, 0%, 9%, 15%) |
| LAB | lab(83.8 -13.6 6.0) |
| LCH | lch(83.8 14.9 156.0) |
| OKLCH | oklch(0.855 0.041 157.6) |
Copy-ready code
/* CSS */
color: #bad8c5;
background-color: #bad8c5;
/* Tailwind (arbitrary) */
class="text-[#bad8c5] bg-[#bad8c5]"
/* SCSS */
$brand: #bad8c5;
/* SwiftUI */
Color(red: 0.729, green: 0.847, blue: 0.773)
/* Android */
Color.parseColor("#bad8c5")Accessibility — WCAG contrast
Aa
#bad8c5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad8c5 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green84.7%
Blue77.3%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow8.8%
Key (black)15.3%
Color previews
#bad8c5 text on a black background
contrast 13.72:1
Card sample
#bad8c5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad8c5;
Background color
Panel with #bad8c5 background
background-color: #bad8c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad8c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 216, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 216, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad8c5; background: linear-gradient(135deg, #bad8c5, #BAD7D8);