#b565df
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 101, 223
HSL
279°, 66%, 64%
CMYK
19, 55, 0, 13
Luminance
0.2446
Every format
| HEX | #b565df |
| RGB | rgb(181, 101, 223) |
| HSL | hsl(279, 66%, 64%) |
| CMYK | cmyk(19%, 55%, 0%, 13%) |
| LAB | lab(56.5 52.5 -49.6) |
| LCH | lch(56.5 72.2 316.6) |
| OKLCH | oklch(0.647 0.189 312.6) |
Copy-ready code
/* CSS */
color: #b565df;
background-color: #b565df;
/* Tailwind (arbitrary) */
class="text-[#b565df] bg-[#b565df]"
/* SCSS */
$brand: #b565df;
/* SwiftUI */
Color(red: 0.710, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#b565df")Accessibility — WCAG contrast
Aa
#b565df on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b565df on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green39.6%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b565df text on a black background
contrast 5.89:1
Card sample
#b565df text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b565df;
Background color
Panel with #b565df background
background-color: #b565df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b565df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b565df; background: linear-gradient(135deg, #b565df, #DF65B8);