#b62fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
182, 47, 223
HSL
286°, 73%, 53%
CMYK
18, 79, 0, 13
Luminance
0.1731
Every format
| HEX | #b62fdf |
| RGB | rgb(182, 47, 223) |
| HSL | hsl(286, 73%, 53%) |
| CMYK | cmyk(18%, 79%, 0%, 13%) |
| LAB | lab(48.6 75.0 -62.3) |
| LCH | lch(48.6 97.5 320.3) |
| OKLCH | oklch(0.591 0.256 316.6) |
Copy-ready code
/* CSS */
color: #b62fdf;
background-color: #b62fdf;
/* Tailwind (arbitrary) */
class="text-[#b62fdf] bg-[#b62fdf]"
/* SCSS */
$brand: #b62fdf;
/* SwiftUI */
Color(red: 0.714, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#b62fdf")Accessibility — WCAG contrast
Aa
#b62fdf on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62fdf on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green18.4%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b62fdf text on a black background
contrast 4.46:1
Card sample
#b62fdf text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62fdf;
Background color
Panel with #b62fdf background
background-color: #b62fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62fdf; background: linear-gradient(135deg, #b62fdf, #DF2F93);