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