#b033f0
a balanced, electric violet · warm · closest name: magenta
RGB
176, 51, 240
HSL
280°, 86%, 57%
CMYK
27, 79, 0, 6
Luminance
0.1789
Every format
| HEX | #b033f0 |
| RGB | rgb(176, 51, 240) |
| HSL | hsl(280, 86%, 57%) |
| CMYK | cmyk(27%, 79%, 0%, 6%) |
| LAB | lab(49.4 76.0 -70.8) |
| LCH | lch(49.4 103.9 317.0) |
| OKLCH | oklch(0.598 0.264 310.6) |
Copy-ready code
/* CSS */
color: #b033f0;
background-color: #b033f0;
/* Tailwind (arbitrary) */
class="text-[#b033f0] bg-[#b033f0]"
/* SCSS */
$brand: #b033f0;
/* SwiftUI */
Color(red: 0.690, green: 0.200, blue: 0.941)
/* Android */
Color.parseColor("#b033f0")Accessibility — WCAG contrast
Aa
#b033f0 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b033f0 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.0%
Blue94.1%
CMYK percentages
Cyan26.7%
Magenta78.8%
Yellow0.0%
Key (black)5.9%
Color previews
#b033f0 text on a black background
contrast 4.58:1
Card sample
#b033f0 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b033f0;
Background color
Panel with #b033f0 background
background-color: #b033f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b033f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 51, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 51, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b033f0; background: linear-gradient(135deg, #b033f0, #F033B2);