#b033fd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 51, 253
HSL
277°, 98%, 60%
CMYK
30, 80, 0, 1
Luminance
0.1869
Every format
| HEX | #b033fd |
| RGB | rgb(176, 51, 253) |
| HSL | hsl(277, 98%, 60%) |
| CMYK | cmyk(30%, 80%, 0%, 1%) |
| LAB | lab(50.3 78.6 -76.5) |
| LCH | lch(50.3 109.7 315.8) |
| OKLCH | oklch(0.608 0.275 307.8) |
Copy-ready code
/* CSS */
color: #b033fd;
background-color: #b033fd;
/* Tailwind (arbitrary) */
class="text-[#b033fd] bg-[#b033fd]"
/* SCSS */
$brand: #b033fd;
/* SwiftUI */
Color(red: 0.690, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#b033fd")Accessibility — WCAG contrast
Aa
#b033fd on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b033fd on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.0%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b033fd text on a black background
contrast 4.74:1
Card sample
#b033fd text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b033fd;
Background color
Panel with #b033fd background
background-color: #b033fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b033fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b033fd; background: linear-gradient(135deg, #b033fd, #FD33C3);