#b567df
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 103, 223
HSL
279°, 65%, 64%
CMYK
19, 54, 0, 13
Luminance
0.2485
Every format
| HEX | #b567df |
| RGB | rgb(181, 103, 223) |
| HSL | hsl(279, 65%, 64%) |
| CMYK | cmyk(19%, 54%, 0%, 13%) |
| LAB | lab(56.9 51.5 -49.0) |
| LCH | lch(56.9 71.1 316.4) |
| OKLCH | oklch(0.650 0.185 312.4) |
Copy-ready code
/* CSS */
color: #b567df;
background-color: #b567df;
/* Tailwind (arbitrary) */
class="text-[#b567df] bg-[#b567df]"
/* SCSS */
$brand: #b567df;
/* SwiftUI */
Color(red: 0.710, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#b567df")Accessibility — WCAG contrast
Aa
#b567df on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b567df on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green40.4%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b567df text on a black background
contrast 5.97:1
Card sample
#b567df text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b567df;
Background color
Panel with #b567df background
background-color: #b567df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b567df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b567df; background: linear-gradient(135deg, #b567df, #DF67B9);