#bad9df
a light, soft cyan · cool · closest name: silver
RGB
186, 217, 223
HSL
190°, 37%, 80%
CMYK
17, 3, 0, 13
Luminance
0.6539
Every format
| HEX | #bad9df |
| RGB | rgb(186, 217, 223) |
| HSL | hsl(190, 37%, 80%) |
| CMYK | cmyk(17%, 3%, 0%, 13%) |
| LAB | lab(84.7 -9.0 -6.4) |
| LCH | lch(84.7 11.0 215.4) |
| OKLCH | oklch(0.865 0.034 210.6) |
Copy-ready code
/* CSS */
color: #bad9df;
background-color: #bad9df;
/* Tailwind (arbitrary) */
class="text-[#bad9df] bg-[#bad9df]"
/* SCSS */
$brand: #bad9df;
/* SwiftUI */
Color(red: 0.729, green: 0.851, blue: 0.875)
/* Android */
Color.parseColor("#bad9df")Accessibility — WCAG contrast
Aa
#bad9df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad9df on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.1%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta2.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bad9df text on a black background
contrast 14.08:1
Card sample
#bad9df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad9df;
Background color
Panel with #bad9df background
background-color: #bad9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 217, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 217, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad9df; background: linear-gradient(135deg, #bad9df, #BAC0DF);