#bad9da
a light, soft cyan · cool · closest name: silver
RGB
186, 217, 218
HSL
182°, 30%, 79%
CMYK
15, 1, 0, 15
Luminance
0.6513
Every format
| HEX | #bad9da |
| RGB | rgb(186, 217, 218) |
| HSL | hsl(182, 30%, 79%) |
| CMYK | cmyk(15%, 1%, 0%, 15%) |
| LAB | lab(84.5 -10.0 -3.9) |
| LCH | lch(84.5 10.7 201.5) |
| OKLCH | oklch(0.863 0.033 199.0) |
Copy-ready code
/* CSS */
color: #bad9da;
background-color: #bad9da;
/* Tailwind (arbitrary) */
class="text-[#bad9da] bg-[#bad9da]"
/* SCSS */
$brand: #bad9da;
/* SwiftUI */
Color(red: 0.729, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#bad9da")Accessibility — WCAG contrast
Aa
#bad9da on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad9da on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.1%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#bad9da text on a black background
contrast 14.03:1
Card sample
#bad9da text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad9da;
Background color
Panel with #bad9da background
background-color: #bad9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad9da; background: linear-gradient(135deg, #bad9da, #BAC4DA);