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