#b4afee
a light, vivid blue · warm · closest name: plum
RGB
180, 175, 238
HSL
245°, 65%, 81%
CMYK
24, 27, 0, 7
Luminance
0.4654
Every format
| HEX | #b4afee |
| RGB | rgb(180, 175, 238) |
| HSL | hsl(245, 65%, 81%) |
| CMYK | cmyk(24%, 27%, 0%, 7%) |
| LAB | lab(73.9 15.0 -30.8) |
| LCH | lch(73.9 34.2 296.0) |
| OKLCH | oklch(0.781 0.089 287.8) |
Copy-ready code
/* CSS */
color: #b4afee;
background-color: #b4afee;
/* Tailwind (arbitrary) */
class="text-[#b4afee] bg-[#b4afee]"
/* SCSS */
$brand: #b4afee;
/* SwiftUI */
Color(red: 0.706, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#b4afee")Accessibility — WCAG contrast
Aa
#b4afee on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4afee on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green68.6%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#b4afee text on a black background
contrast 10.31:1
Card sample
#b4afee text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4afee;
Background color
Panel with #b4afee background
background-color: #b4afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4afee; background: linear-gradient(135deg, #b4afee, #DEAFEE);