#b261a7
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 97, 167
HSL
308°, 35%, 54%
CMYK
0, 46, 6, 30
Luminance
0.2080
Every format
| HEX | #b261a7 |
| RGB | rgb(178, 97, 167) |
| HSL | hsl(308, 35%, 54%) |
| CMYK | cmyk(0%, 46%, 6%, 30%) |
| LAB | lab(52.7 42.7 -23.5) |
| LCH | lch(52.7 48.7 331.1) |
| OKLCH | oklch(0.610 0.137 332.3) |
Copy-ready code
/* CSS */
color: #b261a7;
background-color: #b261a7;
/* Tailwind (arbitrary) */
class="text-[#b261a7] bg-[#b261a7]"
/* SCSS */
$brand: #b261a7;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.655)
/* Android */
Color.parseColor("#b261a7")Accessibility — WCAG contrast
Aa
#b261a7 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261a7 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow6.2%
Key (black)30.2%
Color previews
#b261a7 text on a black background
contrast 5.16:1
Card sample
#b261a7 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261a7;
Background color
Panel with #b261a7 background
background-color: #b261a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261a7; background: linear-gradient(135deg, #b261a7, #B26171);