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