#b3a2ee
a light, vivid blue · warm · closest name: plum
RGB
179, 162, 238
HSL
253°, 69%, 78%
CMYK
25, 32, 0, 7
Luminance
0.4160
Every format
| HEX | #b3a2ee |
| RGB | rgb(179, 162, 238) |
| HSL | hsl(253, 69%, 78%) |
| CMYK | cmyk(25%, 32%, 0%, 7%) |
| LAB | lab(70.6 22.0 -35.9) |
| LCH | lch(70.6 42.1 301.5) |
| OKLCH | oklch(0.755 0.109 293.9) |
Copy-ready code
/* CSS */
color: #b3a2ee;
background-color: #b3a2ee;
/* Tailwind (arbitrary) */
class="text-[#b3a2ee] bg-[#b3a2ee]"
/* SCSS */
$brand: #b3a2ee;
/* SwiftUI */
Color(red: 0.702, green: 0.635, blue: 0.933)
/* Android */
Color.parseColor("#b3a2ee")Accessibility — WCAG contrast
Aa
#b3a2ee on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3a2ee on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green63.5%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta31.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b3a2ee text on a black background
contrast 9.32:1
Card sample
#b3a2ee text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3a2ee;
Background color
Panel with #b3a2ee background
background-color: #b3a2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3a2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 162, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 162, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3a2ee; background: linear-gradient(135deg, #b3a2ee, #E6A2EE);