#b02cf7
a balanced, electric violet · warm · closest name: magenta
RGB
176, 44, 247
HSL
279°, 93%, 57%
CMYK
29, 82, 0, 3
Luminance
0.1775
Every format
| HEX | #b02cf7 |
| RGB | rgb(176, 44, 247) |
| HSL | hsl(279, 93%, 57%) |
| CMYK | cmyk(29%, 82%, 0%, 3%) |
| LAB | lab(49.2 79.4 -75.0) |
| LCH | lch(49.2 109.2 316.6) |
| OKLCH | oklch(0.598 0.276 309.4) |
Copy-ready code
/* CSS */
color: #b02cf7;
background-color: #b02cf7;
/* Tailwind (arbitrary) */
class="text-[#b02cf7] bg-[#b02cf7]"
/* SCSS */
$brand: #b02cf7;
/* SwiftUI */
Color(red: 0.690, green: 0.173, blue: 0.969)
/* Android */
Color.parseColor("#b02cf7")Accessibility — WCAG contrast
Aa
#b02cf7 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02cf7 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green17.3%
Blue96.9%
CMYK percentages
Cyan28.7%
Magenta82.2%
Yellow0.0%
Key (black)3.1%
Color previews
#b02cf7 text on a black background
contrast 4.55:1
Card sample
#b02cf7 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02cf7;
Background color
Panel with #b02cf7 background
background-color: #b02cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 44, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 44, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02cf7; background: linear-gradient(135deg, #b02cf7, #F72CB7);