#bad7df
a light, soft cyan · cool · closest name: silver
RGB
186, 215, 223
HSL
193°, 37%, 80%
CMYK
17, 4, 0, 13
Luminance
0.6437
Every format
| HEX | #bad7df |
| RGB | rgb(186, 215, 223) |
| HSL | hsl(193, 37%, 80%) |
| CMYK | cmyk(17%, 4%, 0%, 13%) |
| LAB | lab(84.2 -7.9 -7.2) |
| LCH | lch(84.2 10.7 222.0) |
| OKLCH | oklch(0.860 0.033 216.2) |
Copy-ready code
/* CSS */
color: #bad7df;
background-color: #bad7df;
/* Tailwind (arbitrary) */
class="text-[#bad7df] bg-[#bad7df]"
/* SCSS */
$brand: #bad7df;
/* SwiftUI */
Color(red: 0.729, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#bad7df")Accessibility — WCAG contrast
Aa
#bad7df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad7df on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green84.3%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bad7df text on a black background
contrast 13.87:1
Card sample
#bad7df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad7df;
Background color
Panel with #bad7df background
background-color: #bad7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad7df; background: linear-gradient(135deg, #bad7df, #BABEDF);