#b064fd
a light, electric violet · warm · closest name: slateblue
RGB
176, 100, 253
HSL
270°, 98%, 69%
CMYK
30, 61, 0, 1
Luminance
0.2544
Every format
| HEX | #b064fd |
| RGB | rgb(176, 100, 253) |
| HSL | hsl(270, 98%, 69%) |
| CMYK | cmyk(30%, 61%, 0%, 1%) |
| LAB | lab(57.5 58.5 -64.9) |
| LCH | lch(57.5 87.3 312.0) |
| OKLCH | oklch(0.659 0.221 303.8) |
Copy-ready code
/* CSS */
color: #b064fd;
background-color: #b064fd;
/* Tailwind (arbitrary) */
class="text-[#b064fd] bg-[#b064fd]"
/* SCSS */
$brand: #b064fd;
/* SwiftUI */
Color(red: 0.690, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#b064fd")Accessibility — WCAG contrast
Aa
#b064fd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b064fd on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green39.2%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b064fd text on a black background
contrast 6.09:1
Card sample
#b064fd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b064fd;
Background color
Panel with #b064fd background
background-color: #b064fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b064fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b064fd; background: linear-gradient(135deg, #b064fd, #FD64E4);