#b563df
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 99, 223
HSL
280°, 66%, 63%
CMYK
19, 56, 0, 13
Luminance
0.2408
Every format
| HEX | #b563df |
| RGB | rgb(181, 99, 223) |
| HSL | hsl(280, 66%, 63%) |
| CMYK | cmyk(19%, 56%, 0%, 13%) |
| LAB | lab(56.2 53.5 -50.2) |
| LCH | lch(56.2 73.4 316.8) |
| OKLCH | oklch(0.645 0.192 312.8) |
Copy-ready code
/* CSS */
color: #b563df;
background-color: #b563df;
/* Tailwind (arbitrary) */
class="text-[#b563df] bg-[#b563df]"
/* SCSS */
$brand: #b563df;
/* SwiftUI */
Color(red: 0.710, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#b563df")Accessibility — WCAG contrast
Aa
#b563df on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b563df on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green38.8%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b563df text on a black background
contrast 5.82:1
Card sample
#b563df text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b563df;
Background color
Panel with #b563df background
background-color: #b563df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b563df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b563df; background: linear-gradient(135deg, #b563df, #DF63B6);