#b064df
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 100, 223
HSL
277°, 66%, 63%
CMYK
21, 55, 0, 13
Luminance
0.2367
Every format
| HEX | #b064df |
| RGB | rgb(176, 100, 223) |
| HSL | hsl(277, 66%, 63%) |
| CMYK | cmyk(21%, 55%, 0%, 13%) |
| LAB | lab(55.8 51.7 -50.9) |
| LCH | lch(55.8 72.6 315.4) |
| OKLCH | oklch(0.640 0.188 310.7) |
Copy-ready code
/* CSS */
color: #b064df;
background-color: #b064df;
/* Tailwind (arbitrary) */
class="text-[#b064df] bg-[#b064df]"
/* SCSS */
$brand: #b064df;
/* SwiftUI */
Color(red: 0.690, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#b064df")Accessibility — WCAG contrast
Aa
#b064df on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b064df on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green39.2%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b064df text on a black background
contrast 5.73:1
Card sample
#b064df text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b064df;
Background color
Panel with #b064df background
background-color: #b064df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b064df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b064df; background: linear-gradient(135deg, #b064df, #DF64BC);