#b33ff6
a balanced, electric violet · warm · closest name: magenta
RGB
179, 63, 246
HSL
278°, 91%, 61%
CMYK
27, 74, 0, 4
Luminance
0.1979
Every format
| HEX | #b33ff6 |
| RGB | rgb(179, 63, 246) |
| HSL | hsl(278, 91%, 61%) |
| CMYK | cmyk(27%, 74%, 0%, 4%) |
| LAB | lab(51.6 73.7 -70.5) |
| LCH | lch(51.6 102.0 316.3) |
| OKLCH | oklch(0.616 0.259 309.6) |
Copy-ready code
/* CSS */
color: #b33ff6;
background-color: #b33ff6;
/* Tailwind (arbitrary) */
class="text-[#b33ff6] bg-[#b33ff6]"
/* SCSS */
$brand: #b33ff6;
/* SwiftUI */
Color(red: 0.702, green: 0.247, blue: 0.965)
/* Android */
Color.parseColor("#b33ff6")Accessibility — WCAG contrast
Aa
#b33ff6 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33ff6 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.7%
Blue96.5%
CMYK percentages
Cyan27.2%
Magenta74.4%
Yellow0.0%
Key (black)3.5%
Color previews
#b33ff6 text on a black background
contrast 4.96:1
Card sample
#b33ff6 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33ff6;
Background color
Panel with #b33ff6 background
background-color: #b33ff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33ff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 63, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 63, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33ff6; background: linear-gradient(135deg, #b33ff6, #F63FBF);