#b83fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
184, 63, 223
HSL
285°, 71%, 56%
CMYK
18, 72, 0, 13
Luminance
0.1907
Every format
| HEX | #b83fdf |
| RGB | rgb(184, 63, 223) |
| HSL | hsl(285, 71%, 56%) |
| CMYK | cmyk(18%, 72%, 0%, 13%) |
| LAB | lab(50.8 70.1 -58.8) |
| LCH | lch(50.8 91.5 320.0) |
| OKLCH | oklch(0.607 0.240 316.5) |
Copy-ready code
/* CSS */
color: #b83fdf;
background-color: #b83fdf;
/* Tailwind (arbitrary) */
class="text-[#b83fdf] bg-[#b83fdf]"
/* SCSS */
$brand: #b83fdf;
/* SwiftUI */
Color(red: 0.722, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b83fdf")Accessibility — WCAG contrast
Aa
#b83fdf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b83fdf on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green24.7%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b83fdf text on a black background
contrast 4.81:1
Card sample
#b83fdf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83fdf;
Background color
Panel with #b83fdf background
background-color: #b83fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83fdf; background: linear-gradient(135deg, #b83fdf, #DF3F9B);