#b2aeee
a light, vivid blue · warm · closest name: plum
RGB
178, 174, 238
HSL
244°, 65%, 81%
CMYK
25, 27, 0, 7
Luminance
0.4591
Every format
| HEX | #b2aeee |
| RGB | rgb(178, 174, 238) |
| HSL | hsl(244, 65%, 81%) |
| CMYK | cmyk(25%, 27%, 0%, 7%) |
| LAB | lab(73.5 15.0 -31.4) |
| LCH | lch(73.5 34.8 295.5) |
| OKLCH | oklch(0.777 0.091 286.9) |
Copy-ready code
/* CSS */
color: #b2aeee;
background-color: #b2aeee;
/* Tailwind (arbitrary) */
class="text-[#b2aeee] bg-[#b2aeee]"
/* SCSS */
$brand: #b2aeee;
/* SwiftUI */
Color(red: 0.698, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#b2aeee")Accessibility — WCAG contrast
Aa
#b2aeee on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aeee on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.2%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b2aeee text on a black background
contrast 10.18:1
Card sample
#b2aeee text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aeee;
Background color
Panel with #b2aeee background
background-color: #b2aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aeee; background: linear-gradient(135deg, #b2aeee, #DDAEEE);