#b288ff
a light, electric violet · warm · closest name: slateblue
RGB
178, 136, 255
HSL
261°, 100%, 77%
CMYK
30, 47, 0, 0
Luminance
0.3429
Every format
| HEX | #b288ff |
| RGB | rgb(178, 136, 255) |
| HSL | hsl(261, 100%, 77%) |
| CMYK | cmyk(30%, 47%, 0%, 0%) |
| LAB | lab(65.2 40.3 -53.6) |
| LCH | lch(65.2 67.1 306.9) |
| OKLCH | oklch(0.716 0.171 298.3) |
Copy-ready code
/* CSS */
color: #b288ff;
background-color: #b288ff;
/* Tailwind (arbitrary) */
class="text-[#b288ff] bg-[#b288ff]"
/* SCSS */
$brand: #b288ff;
/* SwiftUI */
Color(red: 0.698, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#b288ff")Accessibility — WCAG contrast
Aa
#b288ff on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b288ff on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green53.3%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b288ff text on a black background
contrast 7.86:1
Card sample
#b288ff text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b288ff;
Background color
Panel with #b288ff background
background-color: #b288ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b288ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b288ff; background: linear-gradient(135deg, #b288ff, #FF88FD);