#b27cf2
a light, electric violet · warm · closest name: slateblue
RGB
178, 124, 242
HSL
268°, 82%, 72%
CMYK
26, 49, 0, 5
Luminance
0.3029
Every format
| HEX | #b27cf2 |
| RGB | rgb(178, 124, 242) |
| HSL | hsl(268, 82%, 72%) |
| CMYK | cmyk(26%, 49%, 0%, 5%) |
| LAB | lab(61.9 43.8 -51.7) |
| LCH | lch(61.9 67.8 310.3) |
| OKLCH | oklch(0.690 0.174 303.3) |
Copy-ready code
/* CSS */
color: #b27cf2;
background-color: #b27cf2;
/* Tailwind (arbitrary) */
class="text-[#b27cf2] bg-[#b27cf2]"
/* SCSS */
$brand: #b27cf2;
/* SwiftUI */
Color(red: 0.698, green: 0.486, blue: 0.949)
/* Android */
Color.parseColor("#b27cf2")Accessibility — WCAG contrast
Aa
#b27cf2 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b27cf2 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green48.6%
Blue94.9%
CMYK percentages
Cyan26.4%
Magenta48.8%
Yellow0.0%
Key (black)5.1%
Color previews
#b27cf2 text on a black background
contrast 7.06:1
Card sample
#b27cf2 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27cf2;
Background color
Panel with #b27cf2 background
background-color: #b27cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 124, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 124, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27cf2; background: linear-gradient(135deg, #b27cf2, #F27CE3);