#badaec
a light, vivid blue · cool · closest name: lavender
RGB
186, 218, 236
HSL
202°, 57%, 83%
CMYK
21, 8, 0, 8
Luminance
0.6664
Every format
| HEX | #badaec |
| RGB | rgb(186, 218, 236) |
| HSL | hsl(202, 57%, 83%) |
| CMYK | cmyk(21%, 8%, 0%, 8%) |
| LAB | lab(85.3 -6.7 -12.3) |
| LCH | lch(85.3 14.0 241.4) |
| OKLCH | oklch(0.871 0.042 232.6) |
Copy-ready code
/* CSS */
color: #badaec;
background-color: #badaec;
/* Tailwind (arbitrary) */
class="text-[#badaec] bg-[#badaec]"
/* SCSS */
$brand: #badaec;
/* SwiftUI */
Color(red: 0.729, green: 0.855, blue: 0.925)
/* Android */
Color.parseColor("#badaec")Accessibility — WCAG contrast
Aa
#badaec on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badaec on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.5%
Blue92.5%
CMYK percentages
Cyan21.2%
Magenta7.6%
Yellow0.0%
Key (black)7.5%
Color previews
#badaec text on a black background
contrast 14.33:1
Card sample
#badaec text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badaec;
Background color
Panel with #badaec background
background-color: #badaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 218, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 218, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badaec; background: linear-gradient(135deg, #badaec, #BBBAEC);