#bad3cf
a light, soft cyan · cool · closest name: silver
RGB
186, 211, 207
HSL
170°, 22%, 78%
CMYK
12, 0, 2, 17
Luminance
0.6153
Every format
| HEX | #bad3cf |
| RGB | rgb(186, 211, 207) |
| HSL | hsl(170, 22%, 78%) |
| CMYK | cmyk(12%, 0%, 2%, 17%) |
| LAB | lab(82.7 -9.1 -0.8) |
| LCH | lch(82.7 9.2 185.3) |
| OKLCH | oklch(0.847 0.027 185.1) |
Copy-ready code
/* CSS */
color: #bad3cf;
background-color: #bad3cf;
/* Tailwind (arbitrary) */
class="text-[#bad3cf] bg-[#bad3cf]"
/* SCSS */
$brand: #bad3cf;
/* SwiftUI */
Color(red: 0.729, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#bad3cf")Accessibility — WCAG contrast
Aa
#bad3cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad3cf on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.7%
Blue81.2%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow1.9%
Key (black)17.3%
Color previews
#bad3cf text on a black background
contrast 13.31:1
Card sample
#bad3cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad3cf;
Background color
Panel with #bad3cf background
background-color: #bad3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 211, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 211, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad3cf; background: linear-gradient(135deg, #bad3cf, #BAC6D3);