#b33ff9
a balanced, electric violet · warm · closest name: magenta
RGB
179, 63, 249
HSL
277°, 94%, 61%
CMYK
28, 75, 0, 2
Luminance
0.1998
Every format
| HEX | #b33ff9 |
| RGB | rgb(179, 63, 249) |
| HSL | hsl(277, 94%, 61%) |
| CMYK | cmyk(28%, 75%, 0%, 2%) |
| LAB | lab(51.8 74.3 -71.8) |
| LCH | lch(51.8 103.3 316.0) |
| OKLCH | oklch(0.618 0.262 308.9) |
Copy-ready code
/* CSS */
color: #b33ff9;
background-color: #b33ff9;
/* Tailwind (arbitrary) */
class="text-[#b33ff9] bg-[#b33ff9]"
/* SCSS */
$brand: #b33ff9;
/* SwiftUI */
Color(red: 0.702, green: 0.247, blue: 0.976)
/* Android */
Color.parseColor("#b33ff9")Accessibility — WCAG contrast
Aa
#b33ff9 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33ff9 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.7%
Blue97.6%
CMYK percentages
Cyan28.1%
Magenta74.7%
Yellow0.0%
Key (black)2.4%
Color previews
#b33ff9 text on a black background
contrast 5.00:1
Card sample
#b33ff9 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33ff9;
Background color
Panel with #b33ff9 background
background-color: #b33ff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33ff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 63, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 63, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33ff9; background: linear-gradient(135deg, #b33ff9, #F93FC3);