#bad4cd
a light, soft cyan · cool · closest name: silver
RGB
186, 212, 205
HSL
164°, 23%, 78%
CMYK
12, 0, 3, 17
Luminance
0.6193
Every format
| HEX | #bad4cd |
| RGB | rgb(186, 212, 205) |
| HSL | hsl(164, 23%, 78%) |
| CMYK | cmyk(12%, 0%, 3%, 17%) |
| LAB | lab(82.9 -10.0 0.5) |
| LCH | lch(82.9 10.0 177.0) |
| OKLCH | oklch(0.849 0.029 177.6) |
Copy-ready code
/* CSS */
color: #bad4cd;
background-color: #bad4cd;
/* Tailwind (arbitrary) */
class="text-[#bad4cd] bg-[#bad4cd]"
/* SCSS */
$brand: #bad4cd;
/* SwiftUI */
Color(red: 0.729, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#bad4cd")Accessibility — WCAG contrast
Aa
#bad4cd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad4cd on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green83.1%
Blue80.4%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow3.3%
Key (black)16.9%
Color previews
#bad4cd text on a black background
contrast 13.39:1
Card sample
#bad4cd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad4cd;
Background color
Panel with #bad4cd background
background-color: #bad4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad4cd; background: linear-gradient(135deg, #bad4cd, #BACAD4);