#b02cef
a balanced, electric violet · warm · closest name: magenta
RGB
176, 44, 239
HSL
281°, 86%, 56%
CMYK
26, 82, 0, 6
Luminance
0.1726
Every format
| HEX | #b02cef |
| RGB | rgb(176, 44, 239) |
| HSL | hsl(281, 86%, 56%) |
| CMYK | cmyk(26%, 82%, 0%, 6%) |
| LAB | lab(48.6 77.8 -71.5) |
| LCH | lch(48.6 105.7 317.5) |
| OKLCH | oklch(0.592 0.269 311.1) |
Copy-ready code
/* CSS */
color: #b02cef;
background-color: #b02cef;
/* Tailwind (arbitrary) */
class="text-[#b02cef] bg-[#b02cef]"
/* SCSS */
$brand: #b02cef;
/* SwiftUI */
Color(red: 0.690, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#b02cef")Accessibility — WCAG contrast
Aa
#b02cef on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02cef on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green17.3%
Blue93.7%
CMYK percentages
Cyan26.4%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#b02cef text on a black background
contrast 4.45:1
Card sample
#b02cef text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02cef;
Background color
Panel with #b02cef background
background-color: #b02cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02cef; background: linear-gradient(135deg, #b02cef, #EF2CAC);