#b022ff
a balanced, electric violet · warm · closest name: magenta
RGB
176, 34, 255
HSL
279°, 100%, 57%
CMYK
31, 87, 0, 0
Luminance
0.1759
Every format
| HEX | #b022ff |
| RGB | rgb(176, 34, 255) |
| HSL | hsl(279, 100%, 57%) |
| CMYK | cmyk(31%, 87%, 0%, 0%) |
| LAB | lab(49.0 83.3 -79.8) |
| LCH | lch(49.0 115.3 316.3) |
| OKLCH | oklch(0.599 0.289 308.1) |
Copy-ready code
/* CSS */
color: #b022ff;
background-color: #b022ff;
/* Tailwind (arbitrary) */
class="text-[#b022ff] bg-[#b022ff]"
/* SCSS */
$brand: #b022ff;
/* SwiftUI */
Color(red: 0.690, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#b022ff")Accessibility — WCAG contrast
Aa
#b022ff on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b022ff on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green13.3%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b022ff text on a black background
contrast 4.52:1
Card sample
#b022ff text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b022ff;
Background color
Panel with #b022ff background
background-color: #b022ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b022ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b022ff; background: linear-gradient(135deg, #b022ff, #FF22BB);