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