#bad5cf
a light, soft cyan · cool · closest name: silver
RGB
186, 213, 207
HSL
167°, 24%, 78%
CMYK
13, 0, 3, 17
Luminance
0.6253
Every format
| HEX | #bad5cf |
| RGB | rgb(186, 213, 207) |
| HSL | hsl(167, 24%, 78%) |
| CMYK | cmyk(13%, 0%, 3%, 17%) |
| LAB | lab(83.2 -10.1 -0.1) |
| LCH | lch(83.2 10.1 180.4) |
| OKLCH | oklch(0.851 0.030 180.7) |
Copy-ready code
/* CSS */
color: #bad5cf;
background-color: #bad5cf;
/* Tailwind (arbitrary) */
class="text-[#bad5cf] bg-[#bad5cf]"
/* SCSS */
$brand: #bad5cf;
/* SwiftUI */
Color(red: 0.729, green: 0.835, blue: 0.812)
/* Android */
Color.parseColor("#bad5cf")Accessibility — WCAG contrast
Aa
#bad5cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad5cf on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green83.5%
Blue81.2%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow2.8%
Key (black)16.5%
Color previews
#bad5cf text on a black background
contrast 13.51:1
Card sample
#bad5cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad5cf;
Background color
Panel with #bad5cf background
background-color: #bad5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 213, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 213, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad5cf; background: linear-gradient(135deg, #bad5cf, #BAC9D5);