#b955ff
a light, electric violet · warm · closest name: magenta
RGB
185, 85, 255
HSL
275°, 100%, 67%
CMYK
28, 67, 0, 0
Luminance
0.2403
Every format
| HEX | #b955ff |
| RGB | rgb(185, 85, 255) |
| HSL | hsl(275, 100%, 67%) |
| CMYK | cmyk(28%, 67%, 0%, 0%) |
| LAB | lab(56.1 67.9 -68.1) |
| LCH | lch(56.1 96.2 314.9) |
| OKLCH | oklch(0.651 0.245 308.0) |
Copy-ready code
/* CSS */
color: #b955ff;
background-color: #b955ff;
/* Tailwind (arbitrary) */
class="text-[#b955ff] bg-[#b955ff]"
/* SCSS */
$brand: #b955ff;
/* SwiftUI */
Color(red: 0.725, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#b955ff")Accessibility — WCAG contrast
Aa
#b955ff on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b955ff on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green33.3%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b955ff text on a black background
contrast 5.81:1
Card sample
#b955ff text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b955ff;
Background color
Panel with #b955ff background
background-color: #b955ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b955ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b955ff; background: linear-gradient(135deg, #b955ff, #FF55D4);