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