#b261b3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 97, 179
HSL
299°, 35%, 54%
CMYK
1, 46, 0, 30
Luminance
0.2127
Every format
| HEX | #b261b3 |
| RGB | rgb(178, 97, 179) |
| HSL | hsl(299, 35%, 54%) |
| CMYK | cmyk(1%, 46%, 0%, 30%) |
| LAB | lab(53.2 44.9 -29.7) |
| LCH | lch(53.2 53.8 326.5) |
| OKLCH | oklch(0.615 0.148 326.7) |
Copy-ready code
/* CSS */
color: #b261b3;
background-color: #b261b3;
/* Tailwind (arbitrary) */
class="text-[#b261b3] bg-[#b261b3]"
/* SCSS */
$brand: #b261b3;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.702)
/* Android */
Color.parseColor("#b261b3")Accessibility — WCAG contrast
Aa
#b261b3 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261b3 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue70.2%
CMYK percentages
Cyan0.6%
Magenta45.8%
Yellow0.0%
Key (black)29.8%
Color previews
#b261b3 text on a black background
contrast 5.25:1
Card sample
#b261b3 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261b3;
Background color
Panel with #b261b3 background
background-color: #b261b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261b3; background: linear-gradient(135deg, #b261b3, #B3617D);