#b655ff
a light, electric violet · warm · closest name: magenta
RGB
182, 85, 255
HSL
274°, 100%, 67%
CMYK
29, 67, 0, 0
Luminance
0.2366
Every format
| HEX | #b655ff |
| RGB | rgb(182, 85, 255) |
| HSL | hsl(274, 100%, 67%) |
| CMYK | cmyk(29%, 67%, 0%, 0%) |
| LAB | lab(55.8 67.3 -68.8) |
| LCH | lch(55.8 96.2 314.4) |
| OKLCH | oklch(0.648 0.244 307.0) |
Copy-ready code
/* CSS */
color: #b655ff;
background-color: #b655ff;
/* Tailwind (arbitrary) */
class="text-[#b655ff] bg-[#b655ff]"
/* SCSS */
$brand: #b655ff;
/* SwiftUI */
Color(red: 0.714, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#b655ff")Accessibility — WCAG contrast
Aa
#b655ff on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b655ff on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green33.3%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b655ff text on a black background
contrast 5.73:1
Card sample
#b655ff text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b655ff;
Background color
Panel with #b655ff background
background-color: #b655ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b655ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b655ff; background: linear-gradient(135deg, #b655ff, #FF55D7);