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