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