#b970ba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
185, 112, 186
HSL
299°, 35%, 58%
CMYK
1, 40, 0, 27
Luminance
0.2545
Every format
| HEX | #b970ba |
| RGB | rgb(185, 112, 186) |
| HSL | hsl(299, 35%, 58%) |
| CMYK | cmyk(1%, 40%, 0%, 27%) |
| LAB | lab(57.5 40.4 -27.1) |
| LCH | lch(57.5 48.6 326.2) |
| OKLCH | oklch(0.650 0.134 326.5) |
Copy-ready code
/* CSS */
color: #b970ba;
background-color: #b970ba;
/* Tailwind (arbitrary) */
class="text-[#b970ba] bg-[#b970ba]"
/* SCSS */
$brand: #b970ba;
/* SwiftUI */
Color(red: 0.725, green: 0.439, blue: 0.729)
/* Android */
Color.parseColor("#b970ba")Accessibility — WCAG contrast
Aa
#b970ba on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b970ba on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green43.9%
Blue72.9%
CMYK percentages
Cyan0.5%
Magenta39.8%
Yellow0.0%
Key (black)27.1%
Color previews
#b970ba text on a black background
contrast 6.09:1
Card sample
#b970ba text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b970ba;
Background color
Panel with #b970ba background
background-color: #b970ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b970ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 112, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 112, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b970ba; background: linear-gradient(135deg, #b970ba, #BA708A);