#b261a0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 97, 160
HSL
313°, 35%, 54%
CMYK
0, 46, 10, 30
Luminance
0.2055
Every format
| HEX | #b261a0 |
| RGB | rgb(178, 97, 160) |
| HSL | hsl(313, 35%, 54%) |
| CMYK | cmyk(0%, 46%, 10%, 30%) |
| LAB | lab(52.5 41.5 -19.9) |
| LCH | lch(52.5 46.0 334.4) |
| OKLCH | oklch(0.607 0.131 336.0) |
Copy-ready code
/* CSS */
color: #b261a0;
background-color: #b261a0;
/* Tailwind (arbitrary) */
class="text-[#b261a0] bg-[#b261a0]"
/* SCSS */
$brand: #b261a0;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.627)
/* Android */
Color.parseColor("#b261a0")Accessibility — WCAG contrast
Aa
#b261a0 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261a0 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow10.1%
Key (black)30.2%
Color previews
#b261a0 text on a black background
contrast 5.11:1
Card sample
#b261a0 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261a0;
Background color
Panel with #b261a0 background
background-color: #b261a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261a0; background: linear-gradient(135deg, #b261a0, #B2616A);