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