#bad3eb
a light, vivid blue · cool · closest name: lavender
RGB
186, 211, 235
HSL
209°, 55%, 83%
CMYK
21, 10, 0, 8
Luminance
0.6303
Every format
| HEX | #bad3eb |
| RGB | rgb(186, 211, 235) |
| HSL | hsl(209, 55%, 83%) |
| CMYK | cmyk(21%, 10%, 0%, 8%) |
| LAB | lab(83.5 -3.3 -14.6) |
| LCH | lch(83.5 14.9 257.3) |
| OKLCH | oklch(0.856 0.043 247.2) |
Copy-ready code
/* CSS */
color: #bad3eb;
background-color: #bad3eb;
/* Tailwind (arbitrary) */
class="text-[#bad3eb] bg-[#bad3eb]"
/* SCSS */
$brand: #bad3eb;
/* SwiftUI */
Color(red: 0.729, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#bad3eb")Accessibility — WCAG contrast
Aa
#bad3eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad3eb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.7%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bad3eb text on a black background
contrast 13.61:1
Card sample
#bad3eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad3eb;
Background color
Panel with #bad3eb background
background-color: #bad3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad3eb; background: linear-gradient(135deg, #bad3eb, #C1BAEB);