#b138df
a balanced, vivid violet · warm · closest name: magenta
RGB
177, 56, 223
HSL
284°, 72%, 55%
CMYK
21, 75, 0, 13
Luminance
0.1750
Every format
| HEX | #b138df |
| RGB | rgb(177, 56, 223) |
| HSL | hsl(284, 72%, 55%) |
| CMYK | cmyk(21%, 75%, 0%, 13%) |
| LAB | lab(48.9 71.2 -61.9) |
| LCH | lch(48.9 94.4 319.0) |
| OKLCH | oklch(0.591 0.245 314.6) |
Copy-ready code
/* CSS */
color: #b138df;
background-color: #b138df;
/* Tailwind (arbitrary) */
class="text-[#b138df] bg-[#b138df]"
/* SCSS */
$brand: #b138df;
/* SwiftUI */
Color(red: 0.694, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#b138df")Accessibility — WCAG contrast
Aa
#b138df on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b138df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green22.0%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta74.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b138df text on a black background
contrast 4.50:1
Card sample
#b138df text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b138df;
Background color
Panel with #b138df background
background-color: #b138df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b138df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b138df; background: linear-gradient(135deg, #b138df, #DF389E);