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