#bad2da
a light, soft cyan · cool · closest name: silver
RGB
186, 210, 218
HSL
195°, 30%, 79%
CMYK
15, 4, 0, 15
Luminance
0.6159
Every format
| HEX | #bad2da |
| RGB | rgb(186, 210, 218) |
| HSL | hsl(195, 30%, 79%) |
| CMYK | cmyk(15%, 4%, 0%, 15%) |
| LAB | lab(82.7 -6.4 -6.7) |
| LCH | lch(82.7 9.2 226.2) |
| OKLCH | oklch(0.848 0.028 219.8) |
Copy-ready code
/* CSS */
color: #bad2da;
background-color: #bad2da;
/* Tailwind (arbitrary) */
class="text-[#bad2da] bg-[#bad2da]"
/* SCSS */
$brand: #bad2da;
/* SwiftUI */
Color(red: 0.729, green: 0.824, blue: 0.855)
/* Android */
Color.parseColor("#bad2da")Accessibility — WCAG contrast
Aa
#bad2da on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad2da on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.4%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta3.7%
Yellow0.0%
Key (black)14.5%
Color previews
#bad2da text on a black background
contrast 13.32:1
Card sample
#bad2da text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad2da;
Background color
Panel with #bad2da background
background-color: #bad2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 210, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 210, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad2da; background: linear-gradient(135deg, #bad2da, #BABDDA);