#b788ff
a light, electric violet · warm · closest name: slateblue
RGB
183, 136, 255
HSL
264°, 100%, 77%
CMYK
28, 47, 0, 0
Luminance
0.3490
Every format
| HEX | #b788ff |
| RGB | rgb(183, 136, 255) |
| HSL | hsl(264, 100%, 77%) |
| CMYK | cmyk(28%, 47%, 0%, 0%) |
| LAB | lab(65.7 41.6 -52.9) |
| LCH | lch(65.7 67.3 308.2) |
| OKLCH | oklch(0.721 0.172 300.4) |
Copy-ready code
/* CSS */
color: #b788ff;
background-color: #b788ff;
/* Tailwind (arbitrary) */
class="text-[#b788ff] bg-[#b788ff]"
/* SCSS */
$brand: #b788ff;
/* SwiftUI */
Color(red: 0.718, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#b788ff")Accessibility — WCAG contrast
Aa
#b788ff on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b788ff on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green53.3%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b788ff text on a black background
contrast 7.98:1
Card sample
#b788ff text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b788ff;
Background color
Panel with #b788ff background
background-color: #b788ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b788ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b788ff; background: linear-gradient(135deg, #b788ff, #FF88F8);