#b232fd
a balanced, electric violet · warm · closest name: magenta
RGB
178, 50, 253
HSL
278°, 98%, 59%
CMYK
30, 80, 0, 1
Luminance
0.1884
Every format
| HEX | #b232fd |
| RGB | rgb(178, 50, 253) |
| HSL | hsl(278, 98%, 59%) |
| CMYK | cmyk(30%, 80%, 0%, 1%) |
| LAB | lab(50.5 79.2 -76.2) |
| LCH | lch(50.5 109.9 316.1) |
| OKLCH | oklch(0.609 0.277 308.5) |
Copy-ready code
/* CSS */
color: #b232fd;
background-color: #b232fd;
/* Tailwind (arbitrary) */
class="text-[#b232fd] bg-[#b232fd]"
/* SCSS */
$brand: #b232fd;
/* SwiftUI */
Color(red: 0.698, green: 0.196, blue: 0.992)
/* Android */
Color.parseColor("#b232fd")Accessibility — WCAG contrast
Aa
#b232fd on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b232fd on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green19.6%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta80.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b232fd text on a black background
contrast 4.77:1
Card sample
#b232fd text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b232fd;
Background color
Panel with #b232fd background
background-color: #b232fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b232fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 50, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 50, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b232fd; background: linear-gradient(135deg, #b232fd, #FD32C1);