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