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