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