#b27dfd
a light, electric violet · warm · closest name: slateblue
RGB
178, 125, 253
HSL
265°, 97%, 74%
CMYK
30, 51, 0, 1
Luminance
0.3122
Every format
| HEX | #b27dfd |
| RGB | rgb(178, 125, 253) |
| HSL | hsl(265, 97%, 74%) |
| CMYK | cmyk(30%, 51%, 0%, 1%) |
| LAB | lab(62.7 45.9 -56.5) |
| LCH | lch(62.7 72.8 309.1) |
| OKLCH | oklch(0.697 0.185 300.8) |
Copy-ready code
/* CSS */
color: #b27dfd;
background-color: #b27dfd;
/* Tailwind (arbitrary) */
class="text-[#b27dfd] bg-[#b27dfd]"
/* SCSS */
$brand: #b27dfd;
/* SwiftUI */
Color(red: 0.698, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#b27dfd")Accessibility — WCAG contrast
Aa
#b27dfd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b27dfd on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green49.0%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b27dfd text on a black background
contrast 7.24:1
Card sample
#b27dfd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27dfd;
Background color
Panel with #b27dfd background
background-color: #b27dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27dfd; background: linear-gradient(135deg, #b27dfd, #FD7DF3);