#b33fff
a balanced, electric violet · warm · closest name: magenta
RGB
179, 63, 255
HSL
276°, 100%, 62%
CMYK
30, 75, 0, 0
Luminance
0.2036
Every format
| HEX | #b33fff |
| RGB | rgb(179, 63, 255) |
| HSL | hsl(276, 100%, 62%) |
| CMYK | cmyk(30%, 75%, 0%, 0%) |
| LAB | lab(52.2 75.5 -74.5) |
| LCH | lch(52.2 106.0 315.4) |
| OKLCH | oklch(0.622 0.267 307.7) |
Copy-ready code
/* CSS */
color: #b33fff;
background-color: #b33fff;
/* Tailwind (arbitrary) */
class="text-[#b33fff] bg-[#b33fff]"
/* SCSS */
$brand: #b33fff;
/* SwiftUI */
Color(red: 0.702, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#b33fff")Accessibility — WCAG contrast
Aa
#b33fff on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33fff on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.7%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b33fff text on a black background
contrast 5.07:1
Card sample
#b33fff text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33fff;
Background color
Panel with #b33fff background
background-color: #b33fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33fff; background: linear-gradient(135deg, #b33fff, #FF3FCB);