#b05dfd
a light, electric violet · warm · closest name: slateblue
RGB
176, 93, 253
HSL
271°, 98%, 68%
CMYK
30, 63, 0, 1
Luminance
0.2415
Every format
| HEX | #b05dfd |
| RGB | rgb(176, 93, 253) |
| HSL | hsl(271, 98%, 68%) |
| CMYK | cmyk(30%, 63%, 0%, 1%) |
| LAB | lab(56.2 61.9 -66.9) |
| LCH | lch(56.2 91.1 312.8) |
| OKLCH | oklch(0.650 0.230 304.6) |
Copy-ready code
/* CSS */
color: #b05dfd;
background-color: #b05dfd;
/* Tailwind (arbitrary) */
class="text-[#b05dfd] bg-[#b05dfd]"
/* SCSS */
$brand: #b05dfd;
/* SwiftUI */
Color(red: 0.690, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#b05dfd")Accessibility — WCAG contrast
Aa
#b05dfd on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b05dfd on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green36.5%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b05dfd text on a black background
contrast 5.83:1
Card sample
#b05dfd text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05dfd;
Background color
Panel with #b05dfd background
background-color: #b05dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05dfd; background: linear-gradient(135deg, #b05dfd, #FD5DDF);