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