#b064b0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
176, 100, 176
HSL
300°, 33%, 54%
CMYK
0, 43, 0, 31
Luminance
0.2148
Every format
| HEX | #b064b0 |
| RGB | rgb(176, 100, 176) |
| HSL | hsl(300, 33%, 54%) |
| CMYK | cmyk(0%, 43%, 0%, 31%) |
| LAB | lab(53.5 42.1 -27.6) |
| LCH | lch(53.5 50.4 326.7) |
| OKLCH | oklch(0.616 0.139 327.1) |
Copy-ready code
/* CSS */
color: #b064b0;
background-color: #b064b0;
/* Tailwind (arbitrary) */
class="text-[#b064b0] bg-[#b064b0]"
/* SCSS */
$brand: #b064b0;
/* SwiftUI */
Color(red: 0.690, green: 0.392, blue: 0.690)
/* Android */
Color.parseColor("#b064b0")Accessibility — WCAG contrast
Aa
#b064b0 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b064b0 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green39.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow0.0%
Key (black)31.0%
Color previews
#b064b0 text on a black background
contrast 5.30:1
Card sample
#b064b0 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b064b0;
Background color
Panel with #b064b0 background
background-color: #b064b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b064b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 100, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 100, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b064b0; background: linear-gradient(135deg, #b064b0, #B0647D);