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