#b02cf3
a balanced, electric violet · warm · closest name: magenta
RGB
176, 44, 243
HSL
280°, 89%, 56%
CMYK
28, 82, 0, 5
Luminance
0.1750
Every format
| HEX | #b02cf3 |
| RGB | rgb(176, 44, 243) |
| HSL | hsl(280, 89%, 56%) |
| CMYK | cmyk(28%, 82%, 0%, 5%) |
| LAB | lab(48.9 78.6 -73.2) |
| LCH | lch(48.9 107.4 317.0) |
| OKLCH | oklch(0.595 0.272 310.3) |
Copy-ready code
/* CSS */
color: #b02cf3;
background-color: #b02cf3;
/* Tailwind (arbitrary) */
class="text-[#b02cf3] bg-[#b02cf3]"
/* SCSS */
$brand: #b02cf3;
/* SwiftUI */
Color(red: 0.690, green: 0.173, blue: 0.953)
/* Android */
Color.parseColor("#b02cf3")Accessibility — WCAG contrast
Aa
#b02cf3 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02cf3 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green17.3%
Blue95.3%
CMYK percentages
Cyan27.6%
Magenta81.9%
Yellow0.0%
Key (black)4.7%
Color previews
#b02cf3 text on a black background
contrast 4.50:1
Card sample
#b02cf3 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02cf3;
Background color
Panel with #b02cf3 background
background-color: #b02cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 44, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 44, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02cf3; background: linear-gradient(135deg, #b02cf3, #F32CB1);