#b993ff
a light, electric violet · warm · closest name: violet
RGB
185, 147, 255
HSL
261°, 100%, 79%
CMYK
28, 42, 0, 0
Luminance
0.3840
Every format
| HEX | #b993ff |
| RGB | rgb(185, 147, 255) |
| HSL | hsl(261, 100%, 79%) |
| CMYK | cmyk(28%, 42%, 0%, 0%) |
| LAB | lab(68.3 36.1 -48.7) |
| LCH | lch(68.3 60.6 306.6) |
| OKLCH | oklch(0.741 0.155 298.8) |
Copy-ready code
/* CSS */
color: #b993ff;
background-color: #b993ff;
/* Tailwind (arbitrary) */
class="text-[#b993ff] bg-[#b993ff]"
/* SCSS */
$brand: #b993ff;
/* SwiftUI */
Color(red: 0.725, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#b993ff")Accessibility — WCAG contrast
Aa
#b993ff on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b993ff on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green57.6%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#b993ff text on a black background
contrast 8.68:1
Card sample
#b993ff text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b993ff;
Background color
Panel with #b993ff background
background-color: #b993ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b993ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b993ff; background: linear-gradient(135deg, #b993ff, #FF93FD);