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