#bad2cb
a light, soft cyan · cool · closest name: silver
RGB
186, 210, 203
HSL
163°, 21%, 78%
CMYK
11, 0, 3, 18
Luminance
0.6084
Every format
| HEX | #bad2cb |
| RGB | rgb(186, 210, 203) |
| HSL | hsl(163, 21%, 78%) |
| CMYK | cmyk(11%, 0%, 3%, 18%) |
| LAB | lab(82.3 -9.4 0.7) |
| LCH | lch(82.3 9.4 175.5) |
| OKLCH | oklch(0.844 0.028 176.2) |
Copy-ready code
/* CSS */
color: #bad2cb;
background-color: #bad2cb;
/* Tailwind (arbitrary) */
class="text-[#bad2cb] bg-[#bad2cb]"
/* SCSS */
$brand: #bad2cb;
/* SwiftUI */
Color(red: 0.729, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#bad2cb")Accessibility — WCAG contrast
Aa
#bad2cb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad2cb on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.4%
Blue79.6%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow3.3%
Key (black)17.6%
Color previews
#bad2cb text on a black background
contrast 13.17:1
Card sample
#bad2cb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad2cb;
Background color
Panel with #bad2cb background
background-color: #bad2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad2cb; background: linear-gradient(135deg, #bad2cb, #BAC9D2);