#b261a2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 97, 162
HSL
312°, 35%, 54%
CMYK
0, 46, 9, 30
Luminance
0.2062
Every format
| HEX | #b261a2 |
| RGB | rgb(178, 97, 162) |
| HSL | hsl(312, 35%, 54%) |
| CMYK | cmyk(0%, 46%, 9%, 30%) |
| LAB | lab(52.5 41.8 -20.9) |
| LCH | lch(52.5 46.7 333.4) |
| OKLCH | oklch(0.608 0.133 334.9) |
Copy-ready code
/* CSS */
color: #b261a2;
background-color: #b261a2;
/* Tailwind (arbitrary) */
class="text-[#b261a2] bg-[#b261a2]"
/* SCSS */
$brand: #b261a2;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.635)
/* Android */
Color.parseColor("#b261a2")Accessibility — WCAG contrast
Aa
#b261a2 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261a2 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow9.0%
Key (black)30.2%
Color previews
#b261a2 text on a black background
contrast 5.12:1
Card sample
#b261a2 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261a2;
Background color
Panel with #b261a2 background
background-color: #b261a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261a2; background: linear-gradient(135deg, #b261a2, #B2616C);