#b28bf0
a light, electric violet · warm · closest name: orchid
RGB
178, 139, 240
HSL
263°, 77%, 74%
CMYK
26, 42, 0, 6
Luminance
0.3422
Every format
| HEX | #b28bf0 |
| RGB | rgb(178, 139, 240) |
| HSL | hsl(263, 77%, 74%) |
| CMYK | cmyk(26%, 42%, 0%, 6%) |
| LAB | lab(65.1 35.0 -45.5) |
| LCH | lch(65.1 57.4 307.6) |
| OKLCH | oklch(0.714 0.148 300.5) |
Copy-ready code
/* CSS */
color: #b28bf0;
background-color: #b28bf0;
/* Tailwind (arbitrary) */
class="text-[#b28bf0] bg-[#b28bf0]"
/* SCSS */
$brand: #b28bf0;
/* SwiftUI */
Color(red: 0.698, green: 0.545, blue: 0.941)
/* Android */
Color.parseColor("#b28bf0")Accessibility — WCAG contrast
Aa
#b28bf0 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28bf0 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green54.5%
Blue94.1%
CMYK percentages
Cyan25.8%
Magenta42.1%
Yellow0.0%
Key (black)5.9%
Color previews
#b28bf0 text on a black background
contrast 7.84:1
Card sample
#b28bf0 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28bf0;
Background color
Panel with #b28bf0 background
background-color: #b28bf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28bf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 139, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 139, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28bf0; background: linear-gradient(135deg, #b28bf0, #F08BEB);