#b261b1
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 97, 177
HSL
301°, 35%, 54%
CMYK
0, 46, 1, 30
Luminance
0.2119
Every format
| HEX | #b261b1 |
| RGB | rgb(178, 97, 177) |
| HSL | hsl(301, 35%, 54%) |
| CMYK | cmyk(0%, 46%, 1%, 30%) |
| LAB | lab(53.2 44.5 -28.7) |
| LCH | lch(53.2 52.9 327.2) |
| OKLCH | oklch(0.614 0.147 327.6) |
Copy-ready code
/* CSS */
color: #b261b1;
background-color: #b261b1;
/* Tailwind (arbitrary) */
class="text-[#b261b1] bg-[#b261b1]"
/* SCSS */
$brand: #b261b1;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.694)
/* Android */
Color.parseColor("#b261b1")Accessibility — WCAG contrast
Aa
#b261b1 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261b1 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow0.6%
Key (black)30.2%
Color previews
#b261b1 text on a black background
contrast 5.24:1
Card sample
#b261b1 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261b1;
Background color
Panel with #b261b1 background
background-color: #b261b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261b1; background: linear-gradient(135deg, #b261b1, #B2617B);