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