#baadf4
a light, electric blue · warm · closest name: plum
RGB
186, 173, 244
HSL
251°, 76%, 82%
CMYK
24, 29, 0, 4
Luminance
0.4686
Every format
| HEX | #baadf4 |
| RGB | rgb(186, 173, 244) |
| HSL | hsl(251, 76%, 82%) |
| CMYK | cmyk(24%, 29%, 0%, 4%) |
| LAB | lab(74.1 19.3 -33.7) |
| LCH | lch(74.1 38.8 299.8) |
| OKLCH | oklch(0.784 0.101 292.3) |
Copy-ready code
/* CSS */
color: #baadf4;
background-color: #baadf4;
/* Tailwind (arbitrary) */
class="text-[#baadf4] bg-[#baadf4]"
/* SCSS */
$brand: #baadf4;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#baadf4")Accessibility — WCAG contrast
Aa
#baadf4 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baadf4 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#baadf4 text on a black background
contrast 10.37:1
Card sample
#baadf4 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baadf4;
Background color
Panel with #baadf4 background
background-color: #baadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baadf4; background: linear-gradient(135deg, #baadf4, #E9ADF4);