#b03fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 63, 223
HSL
282°, 71%, 56%
CMYK
21, 72, 0, 13
Luminance
0.1811
Every format
| HEX | #b03fdf |
| RGB | rgb(176, 63, 223) |
| HSL | hsl(282, 71%, 56%) |
| CMYK | cmyk(21%, 72%, 0%, 13%) |
| LAB | lab(49.6 68.5 -60.7) |
| LCH | lch(49.6 91.5 318.4) |
| OKLCH | oklch(0.596 0.238 313.9) |
Copy-ready code
/* CSS */
color: #b03fdf;
background-color: #b03fdf;
/* Tailwind (arbitrary) */
class="text-[#b03fdf] bg-[#b03fdf]"
/* SCSS */
$brand: #b03fdf;
/* SwiftUI */
Color(red: 0.690, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b03fdf")Accessibility — WCAG contrast
Aa
#b03fdf on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b03fdf on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green24.7%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b03fdf text on a black background
contrast 4.62:1
Card sample
#b03fdf text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b03fdf;
Background color
Panel with #b03fdf background
background-color: #b03fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b03fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b03fdf; background: linear-gradient(135deg, #b03fdf, #DF3FA3);