#b02fd0
a balanced, vivid violet · warm · closest name: purple
RGB
176, 47, 208
HSL
288°, 63%, 50%
CMYK
15, 77, 0, 18
Luminance
0.1582
Every format
| HEX | #b02fd0 |
| RGB | rgb(176, 47, 208) |
| HSL | hsl(288, 63%, 50%) |
| CMYK | cmyk(15%, 77%, 0%, 18%) |
| LAB | lab(46.7 71.2 -56.8) |
| LCH | lch(46.7 91.1 321.4) |
| OKLCH | oklch(0.573 0.241 318.5) |
Copy-ready code
/* CSS */
color: #b02fd0;
background-color: #b02fd0;
/* Tailwind (arbitrary) */
class="text-[#b02fd0] bg-[#b02fd0]"
/* SCSS */
$brand: #b02fd0;
/* SwiftUI */
Color(red: 0.690, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#b02fd0")Accessibility — WCAG contrast
Aa
#b02fd0 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02fd0 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.4%
Blue81.6%
CMYK percentages
Cyan15.4%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#b02fd0 text on a black background
contrast 4.16:1
Card sample
#b02fd0 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02fd0;
Background color
Panel with #b02fd0 background
background-color: #b02fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02fd0; background: linear-gradient(135deg, #b02fd0, #D02F85);