#b35eff
a light, electric violet · warm · closest name: slateblue
RGB
179, 94, 255
HSL
272°, 100%, 68%
CMYK
30, 63, 0, 0
Luminance
0.2481
Every format
| HEX | #b35eff |
| RGB | rgb(179, 94, 255) |
| HSL | hsl(272, 100%, 68%) |
| CMYK | cmyk(30%, 63%, 0%, 0%) |
| LAB | lab(56.9 62.5 -66.9) |
| LCH | lch(56.9 91.6 313.0) |
| OKLCH | oklch(0.655 0.232 305.1) |
Copy-ready code
/* CSS */
color: #b35eff;
background-color: #b35eff;
/* Tailwind (arbitrary) */
class="text-[#b35eff] bg-[#b35eff]"
/* SCSS */
$brand: #b35eff;
/* SwiftUI */
Color(red: 0.702, green: 0.369, blue: 1.000)
/* Android */
Color.parseColor("#b35eff")Accessibility — WCAG contrast
Aa
#b35eff on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35eff on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green36.9%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta63.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b35eff text on a black background
contrast 5.96:1
Card sample
#b35eff text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35eff;
Background color
Panel with #b35eff background
background-color: #b35eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 94, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 94, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35eff; background: linear-gradient(135deg, #b35eff, #FF5EE0);