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