#b62bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
182, 43, 223
HSL
286°, 74%, 52%
CMYK
18, 81, 0, 13
Luminance
0.1700
Every format
| HEX | #b62bdf |
| RGB | rgb(182, 43, 223) |
| HSL | hsl(286, 74%, 52%) |
| CMYK | cmyk(18%, 81%, 0%, 13%) |
| LAB | lab(48.3 76.1 -62.9) |
| LCH | lch(48.3 98.7 320.4) |
| OKLCH | oklch(0.588 0.259 316.7) |
Copy-ready code
/* CSS */
color: #b62bdf;
background-color: #b62bdf;
/* Tailwind (arbitrary) */
class="text-[#b62bdf] bg-[#b62bdf]"
/* SCSS */
$brand: #b62bdf;
/* SwiftUI */
Color(red: 0.714, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#b62bdf")Accessibility — WCAG contrast
Aa
#b62bdf on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62bdf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green16.9%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b62bdf text on a black background
contrast 4.40:1
Card sample
#b62bdf text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62bdf;
Background color
Panel with #b62bdf background
background-color: #b62bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62bdf; background: linear-gradient(135deg, #b62bdf, #DF2B90);