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