#b127db
a balanced, vivid violet · warm · closest name: magenta
RGB
177, 39, 219
HSL
286°, 71%, 51%
CMYK
19, 82, 0, 14
Luminance
0.1591
Every format
| HEX | #b127db |
| RGB | rgb(177, 39, 219) |
| HSL | hsl(286, 71%, 51%) |
| CMYK | cmyk(19%, 82%, 0%, 14%) |
| LAB | lab(46.9 75.6 -62.9) |
| LCH | lch(46.9 98.3 320.2) |
| OKLCH | oklch(0.576 0.257 316.3) |
Copy-ready code
/* CSS */
color: #b127db;
background-color: #b127db;
/* Tailwind (arbitrary) */
class="text-[#b127db] bg-[#b127db]"
/* SCSS */
$brand: #b127db;
/* SwiftUI */
Color(red: 0.694, green: 0.153, blue: 0.859)
/* Android */
Color.parseColor("#b127db")Accessibility — WCAG contrast
Aa
#b127db on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b127db on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green15.3%
Blue85.9%
CMYK percentages
Cyan19.2%
Magenta82.2%
Yellow0.0%
Key (black)14.1%
Color previews
#b127db text on a black background
contrast 4.18:1
Card sample
#b127db text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b127db;
Background color
Panel with #b127db background
background-color: #b127db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b127db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 39, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 39, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b127db; background: linear-gradient(135deg, #b127db, #DB278D);