#b288fe
a light, electric violet · warm · closest name: slateblue
RGB
178, 136, 254
HSL
261°, 98%, 77%
CMYK
30, 47, 0, 0
Luminance
0.3423
Every format
| HEX | #b288fe |
| RGB | rgb(178, 136, 254) |
| HSL | hsl(261, 98%, 77%) |
| CMYK | cmyk(30%, 47%, 0%, 0%) |
| LAB | lab(65.1 40.1 -53.2) |
| LCH | lch(65.1 66.6 307.0) |
| OKLCH | oklch(0.716 0.170 298.4) |
Copy-ready code
/* CSS */
color: #b288fe;
background-color: #b288fe;
/* Tailwind (arbitrary) */
class="text-[#b288fe] bg-[#b288fe]"
/* SCSS */
$brand: #b288fe;
/* SwiftUI */
Color(red: 0.698, green: 0.533, blue: 0.996)
/* Android */
Color.parseColor("#b288fe")Accessibility — WCAG contrast
Aa
#b288fe on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b288fe on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green53.3%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta46.5%
Yellow0.0%
Key (black)0.4%
Color previews
#b288fe text on a black background
contrast 7.85:1
Card sample
#b288fe text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b288fe;
Background color
Panel with #b288fe background
background-color: #b288fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b288fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 136, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 136, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b288fe; background: linear-gradient(135deg, #b288fe, #FE88FB);