#b64fd8
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 79, 216
HSL
285°, 64%, 58%
CMYK
16, 63, 0, 15
Luminance
0.2049
Every format
| HEX | #b64fd8 |
| RGB | rgb(182, 79, 216) |
| HSL | hsl(285, 64%, 58%) |
| CMYK | cmyk(16%, 63%, 0%, 15%) |
| LAB | lab(52.4 61.8 -52.3) |
| LCH | lch(52.4 80.9 319.8) |
| OKLCH | oklch(0.616 0.214 316.8) |
Copy-ready code
/* CSS */
color: #b64fd8;
background-color: #b64fd8;
/* Tailwind (arbitrary) */
class="text-[#b64fd8] bg-[#b64fd8]"
/* SCSS */
$brand: #b64fd8;
/* SwiftUI */
Color(red: 0.714, green: 0.310, blue: 0.847)
/* Android */
Color.parseColor("#b64fd8")Accessibility — WCAG contrast
Aa
#b64fd8 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b64fd8 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green31.0%
Blue84.7%
CMYK percentages
Cyan15.7%
Magenta63.4%
Yellow0.0%
Key (black)15.3%
Color previews
#b64fd8 text on a black background
contrast 5.10:1
Card sample
#b64fd8 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b64fd8;
Background color
Panel with #b64fd8 background
background-color: #b64fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b64fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 79, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 79, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b64fd8; background: linear-gradient(135deg, #b64fd8, #D84F9F);