#b56fd7
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 111, 215
HSL
280°, 57%, 64%
CMYK
16, 48, 0, 16
Luminance
0.2610
Every format
| HEX | #b56fd7 |
| RGB | rgb(181, 111, 215) |
| HSL | hsl(280, 57%, 64%) |
| CMYK | cmyk(16%, 48%, 0%, 16%) |
| LAB | lab(58.1 45.6 -42.6) |
| LCH | lch(58.1 62.4 316.9) |
| OKLCH | oklch(0.658 0.164 313.7) |
Copy-ready code
/* CSS */
color: #b56fd7;
background-color: #b56fd7;
/* Tailwind (arbitrary) */
class="text-[#b56fd7] bg-[#b56fd7]"
/* SCSS */
$brand: #b56fd7;
/* SwiftUI */
Color(red: 0.710, green: 0.435, blue: 0.843)
/* Android */
Color.parseColor("#b56fd7")Accessibility — WCAG contrast
Aa
#b56fd7 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56fd7 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green43.5%
Blue84.3%
CMYK percentages
Cyan15.8%
Magenta48.4%
Yellow0.0%
Key (black)15.7%
Color previews
#b56fd7 text on a black background
contrast 6.22:1
Card sample
#b56fd7 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56fd7;
Background color
Panel with #b56fd7 background
background-color: #b56fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 111, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 111, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56fd7; background: linear-gradient(135deg, #b56fd7, #D76FB4);