#bad7cd
a light, soft green · cool · closest name: silver
RGB
186, 215, 205
HSL
159°, 27%, 79%
CMYK
14, 0, 5, 16
Luminance
0.6345
Every format
| HEX | #bad7cd |
| RGB | rgb(186, 215, 205) |
| HSL | hsl(159, 27%, 79%) |
| CMYK | cmyk(14%, 0%, 5%, 16%) |
| LAB | lab(83.7 -11.6 1.7) |
| LCH | lch(83.7 11.7 171.7) |
| OKLCH | oklch(0.855 0.034 172.7) |
Copy-ready code
/* CSS */
color: #bad7cd;
background-color: #bad7cd;
/* Tailwind (arbitrary) */
class="text-[#bad7cd] bg-[#bad7cd]"
/* SCSS */
$brand: #bad7cd;
/* SwiftUI */
Color(red: 0.729, green: 0.843, blue: 0.804)
/* Android */
Color.parseColor("#bad7cd")Accessibility — WCAG contrast
Aa
#bad7cd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad7cd on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green84.3%
Blue80.4%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow4.7%
Key (black)15.7%
Color previews
#bad7cd text on a black background
contrast 13.69:1
Card sample
#bad7cd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad7cd;
Background color
Panel with #bad7cd background
background-color: #bad7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 215, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 215, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad7cd; background: linear-gradient(135deg, #bad7cd, #BACED7);