#b23dfd
a balanced, electric violet · warm · closest name: magenta
RGB
178, 61, 253
HSL
277°, 98%, 62%
CMYK
30, 76, 0, 1
Luminance
0.1989
Every format
| HEX | #b23dfd |
| RGB | rgb(178, 61, 253) |
| HSL | hsl(277, 98%, 62%) |
| CMYK | cmyk(30%, 76%, 0%, 1%) |
| LAB | lab(51.7 75.7 -74.2) |
| LCH | lch(51.7 106.0 315.6) |
| OKLCH | oklch(0.618 0.267 307.9) |
Copy-ready code
/* CSS */
color: #b23dfd;
background-color: #b23dfd;
/* Tailwind (arbitrary) */
class="text-[#b23dfd] bg-[#b23dfd]"
/* SCSS */
$brand: #b23dfd;
/* SwiftUI */
Color(red: 0.698, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#b23dfd")Accessibility — WCAG contrast
Aa
#b23dfd on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b23dfd on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green23.9%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b23dfd text on a black background
contrast 4.98:1
Card sample
#b23dfd text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b23dfd;
Background color
Panel with #b23dfd background
background-color: #b23dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b23dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b23dfd; background: linear-gradient(135deg, #b23dfd, #FD3DC8);