#b35eb0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 94, 176
HSL
302°, 36%, 54%
CMYK
0, 48, 2, 30
Luminance
0.2072
Every format
| HEX | #b35eb0 |
| RGB | rgb(179, 94, 176) |
| HSL | hsl(302, 36%, 54%) |
| CMYK | cmyk(0%, 48%, 2%, 30%) |
| LAB | lab(52.6 46.1 -28.9) |
| LCH | lch(52.6 54.5 327.9) |
| OKLCH | oklch(0.611 0.151 328.5) |
Copy-ready code
/* CSS */
color: #b35eb0;
background-color: #b35eb0;
/* Tailwind (arbitrary) */
class="text-[#b35eb0] bg-[#b35eb0]"
/* SCSS */
$brand: #b35eb0;
/* SwiftUI */
Color(red: 0.702, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#b35eb0")Accessibility — WCAG contrast
Aa
#b35eb0 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35eb0 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow1.7%
Key (black)29.8%
Color previews
#b35eb0 text on a black background
contrast 5.14:1
Card sample
#b35eb0 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35eb0;
Background color
Panel with #b35eb0 background
background-color: #b35eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35eb0; background: linear-gradient(135deg, #b35eb0, #B35E77);