#b83ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
184, 61, 223
HSL
286°, 72%, 56%
CMYK
18, 73, 0, 13
Luminance
0.1886
Every format
| HEX | #b83ddf |
| RGB | rgb(184, 61, 223) |
| HSL | hsl(286, 72%, 56%) |
| CMYK | cmyk(18%, 73%, 0%, 13%) |
| LAB | lab(50.5 70.8 -59.2) |
| LCH | lch(50.5 92.3 320.1) |
| OKLCH | oklch(0.605 0.243 316.6) |
Copy-ready code
/* CSS */
color: #b83ddf;
background-color: #b83ddf;
/* Tailwind (arbitrary) */
class="text-[#b83ddf] bg-[#b83ddf]"
/* SCSS */
$brand: #b83ddf;
/* SwiftUI */
Color(red: 0.722, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#b83ddf")Accessibility — WCAG contrast
Aa
#b83ddf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b83ddf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green23.9%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b83ddf text on a black background
contrast 4.77:1
Card sample
#b83ddf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83ddf;
Background color
Panel with #b83ddf background
background-color: #b83ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83ddf; background: linear-gradient(135deg, #b83ddf, #DF3D9A);