#b03cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 60, 223
HSL
283°, 72%, 56%
CMYK
21, 73, 0, 13
Luminance
0.1779
Every format
| HEX | #b03cdf |
| RGB | rgb(176, 60, 223) |
| HSL | hsl(283, 72%, 56%) |
| CMYK | cmyk(21%, 73%, 0%, 13%) |
| LAB | lab(49.2 69.6 -61.4) |
| LCH | lch(49.2 92.8 318.6) |
| OKLCH | oklch(0.593 0.241 314.1) |
Copy-ready code
/* CSS */
color: #b03cdf;
background-color: #b03cdf;
/* Tailwind (arbitrary) */
class="text-[#b03cdf] bg-[#b03cdf]"
/* SCSS */
$brand: #b03cdf;
/* SwiftUI */
Color(red: 0.690, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#b03cdf")Accessibility — WCAG contrast
Aa
#b03cdf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b03cdf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green23.5%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b03cdf text on a black background
contrast 4.56:1
Card sample
#b03cdf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b03cdf;
Background color
Panel with #b03cdf background
background-color: #b03cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b03cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b03cdf; background: linear-gradient(135deg, #b03cdf, #DF3CA1);