#b6afeb
a light, vivid blue · warm · closest name: plum
RGB
182, 175, 235
HSL
247°, 60%, 80%
CMYK
23, 26, 0, 8
Luminance
0.4660
Every format
| HEX | #b6afeb |
| RGB | rgb(182, 175, 235) |
| HSL | hsl(247, 60%, 80%) |
| CMYK | cmyk(23%, 26%, 0%, 8%) |
| LAB | lab(73.9 14.9 -29.1) |
| LCH | lch(73.9 32.7 297.2) |
| OKLCH | oklch(0.781 0.085 289.6) |
Copy-ready code
/* CSS */
color: #b6afeb;
background-color: #b6afeb;
/* Tailwind (arbitrary) */
class="text-[#b6afeb] bg-[#b6afeb]"
/* SCSS */
$brand: #b6afeb;
/* SwiftUI */
Color(red: 0.714, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#b6afeb")Accessibility — WCAG contrast
Aa
#b6afeb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6afeb on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green68.6%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b6afeb text on a black background
contrast 10.32:1
Card sample
#b6afeb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6afeb;
Background color
Panel with #b6afeb background
background-color: #b6afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6afeb; background: linear-gradient(135deg, #b6afeb, #DEAFEB);