#b565fd
a light, electric violet · warm · closest name: slateblue
RGB
181, 101, 253
HSL
272°, 97%, 69%
CMYK
29, 60, 0, 1
Luminance
0.2622
Every format
| HEX | #b565fd |
| RGB | rgb(181, 101, 253) |
| HSL | hsl(272, 97%, 69%) |
| CMYK | cmyk(29%, 60%, 0%, 1%) |
| LAB | lab(58.3 59.1 -63.6) |
| LCH | lch(58.3 86.8 312.9) |
| OKLCH | oklch(0.665 0.221 305.4) |
Copy-ready code
/* CSS */
color: #b565fd;
background-color: #b565fd;
/* Tailwind (arbitrary) */
class="text-[#b565fd] bg-[#b565fd]"
/* SCSS */
$brand: #b565fd;
/* SwiftUI */
Color(red: 0.710, green: 0.396, blue: 0.992)
/* Android */
Color.parseColor("#b565fd")Accessibility — WCAG contrast
Aa
#b565fd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b565fd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green39.6%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta60.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b565fd text on a black background
contrast 6.24:1
Card sample
#b565fd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b565fd;
Background color
Panel with #b565fd background
background-color: #b565fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b565fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 101, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 101, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b565fd; background: linear-gradient(135deg, #b565fd, #FD65E0);