#b985fd
a light, electric violet · warm · closest name: violet
RGB
185, 133, 253
HSL
266°, 97%, 76%
CMYK
27, 47, 0, 1
Luminance
0.3418
Every format
| HEX | #b985fd |
| RGB | rgb(185, 133, 253) |
| HSL | hsl(266, 97%, 76%) |
| CMYK | cmyk(27%, 47%, 0%, 1%) |
| LAB | lab(65.1 43.3 -52.7) |
| LCH | lch(65.1 68.2 309.4) |
| OKLCH | oklch(0.717 0.175 302.2) |
Copy-ready code
/* CSS */
color: #b985fd;
background-color: #b985fd;
/* Tailwind (arbitrary) */
class="text-[#b985fd] bg-[#b985fd]"
/* SCSS */
$brand: #b985fd;
/* SwiftUI */
Color(red: 0.725, green: 0.522, blue: 0.992)
/* Android */
Color.parseColor("#b985fd")Accessibility — WCAG contrast
Aa
#b985fd on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b985fd on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green52.2%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta47.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b985fd text on a black background
contrast 7.84:1
Card sample
#b985fd text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b985fd;
Background color
Panel with #b985fd background
background-color: #b985fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b985fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 133, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 133, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b985fd; background: linear-gradient(135deg, #b985fd, #FD85F1);