#b02cf4
a balanced, electric violet · warm · closest name: magenta
RGB
176, 44, 244
HSL
280°, 90%, 57%
CMYK
28, 82, 0, 4
Luminance
0.1756
Every format
| HEX | #b02cf4 |
| RGB | rgb(176, 44, 244) |
| HSL | hsl(280, 90%, 57%) |
| CMYK | cmyk(28%, 82%, 0%, 4%) |
| LAB | lab(49.0 78.8 -73.7) |
| LCH | lch(49.0 107.9 316.9) |
| OKLCH | oklch(0.596 0.273 310.0) |
Copy-ready code
/* CSS */
color: #b02cf4;
background-color: #b02cf4;
/* Tailwind (arbitrary) */
class="text-[#b02cf4] bg-[#b02cf4]"
/* SCSS */
$brand: #b02cf4;
/* SwiftUI */
Color(red: 0.690, green: 0.173, blue: 0.957)
/* Android */
Color.parseColor("#b02cf4")Accessibility — WCAG contrast
Aa
#b02cf4 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02cf4 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green17.3%
Blue95.7%
CMYK percentages
Cyan27.9%
Magenta82.0%
Yellow0.0%
Key (black)4.3%
Color previews
#b02cf4 text on a black background
contrast 4.51:1
Card sample
#b02cf4 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02cf4;
Background color
Panel with #b02cf4 background
background-color: #b02cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 44, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 44, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02cf4; background: linear-gradient(135deg, #b02cf4, #F42CB3);