#baaef1
a light, vivid blue · warm · closest name: plum
RGB
186, 174, 241
HSL
251°, 71%, 81%
CMYK
23, 28, 0, 6
Luminance
0.4706
Every format
| HEX | #baaef1 |
| RGB | rgb(186, 174, 241) |
| HSL | hsl(251, 71%, 81%) |
| CMYK | cmyk(23%, 28%, 0%, 6%) |
| LAB | lab(74.2 18.1 -31.8) |
| LCH | lch(74.2 36.6 299.6) |
| OKLCH | oklch(0.785 0.095 292.3) |
Copy-ready code
/* CSS */
color: #baaef1;
background-color: #baaef1;
/* Tailwind (arbitrary) */
class="text-[#baaef1] bg-[#baaef1]"
/* SCSS */
$brand: #baaef1;
/* SwiftUI */
Color(red: 0.729, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#baaef1")Accessibility — WCAG contrast
Aa
#baaef1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baaef1 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green68.2%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#baaef1 text on a black background
contrast 10.41:1
Card sample
#baaef1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baaef1;
Background color
Panel with #baaef1 background
background-color: #baaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baaef1; background: linear-gradient(135deg, #baaef1, #E7AEF1);