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