#b64bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 75, 223
HSL
283°, 70%, 58%
CMYK
18, 66, 0, 13
Luminance
0.2030
Every format
| HEX | #b64bdf |
| RGB | rgb(182, 75, 223) |
| HSL | hsl(283, 70%, 58%) |
| CMYK | cmyk(18%, 66%, 0%, 13%) |
| LAB | lab(52.2 64.9 -56.6) |
| LCH | lch(52.2 86.1 318.9) |
| OKLCH | oklch(0.616 0.226 315.2) |
Copy-ready code
/* CSS */
color: #b64bdf;
background-color: #b64bdf;
/* Tailwind (arbitrary) */
class="text-[#b64bdf] bg-[#b64bdf]"
/* SCSS */
$brand: #b64bdf;
/* SwiftUI */
Color(red: 0.714, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#b64bdf")Accessibility — WCAG contrast
Aa
#b64bdf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b64bdf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green29.4%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b64bdf text on a black background
contrast 5.06:1
Card sample
#b64bdf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b64bdf;
Background color
Panel with #b64bdf background
background-color: #b64bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b64bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b64bdf; background: linear-gradient(135deg, #b64bdf, #DF4BA5);