#b25eb2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 94, 178
HSL
300°, 35%, 53%
CMYK
0, 47, 0, 30
Luminance
0.2068
Every format
| HEX | #b25eb2 |
| RGB | rgb(178, 94, 178) |
| HSL | hsl(300, 35%, 53%) |
| CMYK | cmyk(0%, 47%, 0%, 30%) |
| LAB | lab(52.6 46.2 -30.1) |
| LCH | lch(52.6 55.2 326.9) |
| OKLCH | oklch(0.610 0.153 327.2) |
Copy-ready code
/* CSS */
color: #b25eb2;
background-color: #b25eb2;
/* Tailwind (arbitrary) */
class="text-[#b25eb2] bg-[#b25eb2]"
/* SCSS */
$brand: #b25eb2;
/* SwiftUI */
Color(red: 0.698, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#b25eb2")Accessibility — WCAG contrast
Aa
#b25eb2 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b25eb2 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green36.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow0.0%
Key (black)30.2%
Color previews
#b25eb2 text on a black background
contrast 5.14:1
Card sample
#b25eb2 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b25eb2;
Background color
Panel with #b25eb2 background
background-color: #b25eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b25eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b25eb2; background: linear-gradient(135deg, #b25eb2, #B25E7A);