#b02fe2
a balanced, electric violet · warm · closest name: magenta
RGB
176, 47, 226
HSL
283°, 76%, 54%
CMYK
22, 79, 0, 11
Luminance
0.1675
Every format
| HEX | #b02fe2 |
| RGB | rgb(176, 47, 226) |
| HSL | hsl(283, 76%, 54%) |
| CMYK | cmyk(22%, 79%, 0%, 11%) |
| LAB | lab(48.0 74.5 -65.2) |
| LCH | lch(48.0 99.0 318.8) |
| OKLCH | oklch(0.585 0.256 314.0) |
Copy-ready code
/* CSS */
color: #b02fe2;
background-color: #b02fe2;
/* Tailwind (arbitrary) */
class="text-[#b02fe2] bg-[#b02fe2]"
/* SCSS */
$brand: #b02fe2;
/* SwiftUI */
Color(red: 0.690, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#b02fe2")Accessibility — WCAG contrast
Aa
#b02fe2 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02fe2 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.4%
Blue88.6%
CMYK percentages
Cyan22.1%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#b02fe2 text on a black background
contrast 4.35:1
Card sample
#b02fe2 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02fe2;
Background color
Panel with #b02fe2 background
background-color: #b02fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02fe2; background: linear-gradient(135deg, #b02fe2, #E22F9D);