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