#b27cf4
a light, electric violet · warm · closest name: slateblue
RGB
178, 124, 244
HSL
267°, 85%, 72%
CMYK
27, 49, 0, 4
Luminance
0.3041
Every format
| HEX | #b27cf4 |
| RGB | rgb(178, 124, 244) |
| HSL | hsl(267, 85%, 72%) |
| CMYK | cmyk(27%, 49%, 0%, 4%) |
| LAB | lab(62.0 44.3 -52.7) |
| LCH | lch(62.0 68.8 310.0) |
| OKLCH | oklch(0.691 0.176 302.8) |
Copy-ready code
/* CSS */
color: #b27cf4;
background-color: #b27cf4;
/* Tailwind (arbitrary) */
class="text-[#b27cf4] bg-[#b27cf4]"
/* SCSS */
$brand: #b27cf4;
/* SwiftUI */
Color(red: 0.698, green: 0.486, blue: 0.957)
/* Android */
Color.parseColor("#b27cf4")Accessibility — WCAG contrast
Aa
#b27cf4 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b27cf4 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green48.6%
Blue95.7%
CMYK percentages
Cyan27.0%
Magenta49.2%
Yellow0.0%
Key (black)4.3%
Color previews
#b27cf4 text on a black background
contrast 7.08:1
Card sample
#b27cf4 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27cf4;
Background color
Panel with #b27cf4 background
background-color: #b27cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 124, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 124, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27cf4; background: linear-gradient(135deg, #b27cf4, #F47CE6);