#b62fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
182, 47, 186
HSL
298°, 60%, 46%
CMYK
2, 75, 0, 27
Luminance
0.1552
Every format
| HEX | #b62fba |
| RGB | rgb(182, 47, 186) |
| HSL | hsl(298, 60%, 46%) |
| CMYK | cmyk(2%, 75%, 0%, 27%) |
| LAB | lab(46.4 68.5 -44.6) |
| LCH | lch(46.4 81.8 326.9) |
| OKLCH | oklch(0.567 0.226 326.8) |
Copy-ready code
/* CSS */
color: #b62fba;
background-color: #b62fba;
/* Tailwind (arbitrary) */
class="text-[#b62fba] bg-[#b62fba]"
/* SCSS */
$brand: #b62fba;
/* SwiftUI */
Color(red: 0.714, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#b62fba")Accessibility — WCAG contrast
Aa
#b62fba on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62fba on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green18.4%
Blue72.9%
CMYK percentages
Cyan2.2%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#b62fba text on a black background
contrast 4.10:1
Card sample
#b62fba text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62fba;
Background color
Panel with #b62fba background
background-color: #b62fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62fba; background: linear-gradient(135deg, #b62fba, #BA2F61);