#b33ffd
a balanced, electric violet · warm · closest name: magenta
RGB
179, 63, 253
HSL
277°, 98%, 62%
CMYK
29, 75, 0, 1
Luminance
0.2023
Every format
| HEX | #b33ffd |
| RGB | rgb(179, 63, 253) |
| HSL | hsl(277, 98%, 62%) |
| CMYK | cmyk(29%, 75%, 0%, 1%) |
| LAB | lab(52.1 75.1 -73.6) |
| LCH | lch(52.1 105.2 315.6) |
| OKLCH | oklch(0.621 0.266 308.1) |
Copy-ready code
/* CSS */
color: #b33ffd;
background-color: #b33ffd;
/* Tailwind (arbitrary) */
class="text-[#b33ffd] bg-[#b33ffd]"
/* SCSS */
$brand: #b33ffd;
/* SwiftUI */
Color(red: 0.702, green: 0.247, blue: 0.992)
/* Android */
Color.parseColor("#b33ffd")Accessibility — WCAG contrast
Aa
#b33ffd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33ffd on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.7%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta75.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b33ffd text on a black background
contrast 5.05:1
Card sample
#b33ffd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33ffd;
Background color
Panel with #b33ffd background
background-color: #b33ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 63, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 63, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33ffd; background: linear-gradient(135deg, #b33ffd, #FD3FC8);