#b65be2
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 91, 226
HSL
280°, 70%, 62%
CMYK
20, 60, 0, 11
Luminance
0.2292
Every format
| HEX | #b65be2 |
| RGB | rgb(182, 91, 226) |
| HSL | hsl(280, 70%, 62%) |
| CMYK | cmyk(20%, 60%, 0%, 11%) |
| LAB | lab(55.0 58.3 -53.8) |
| LCH | lch(55.0 79.3 317.3) |
| OKLCH | oklch(0.637 0.207 313.1) |
Copy-ready code
/* CSS */
color: #b65be2;
background-color: #b65be2;
/* Tailwind (arbitrary) */
class="text-[#b65be2] bg-[#b65be2]"
/* SCSS */
$brand: #b65be2;
/* SwiftUI */
Color(red: 0.714, green: 0.357, blue: 0.886)
/* Android */
Color.parseColor("#b65be2")Accessibility — WCAG contrast
Aa
#b65be2 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65be2 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green35.7%
Blue88.6%
CMYK percentages
Cyan19.5%
Magenta59.7%
Yellow0.0%
Key (black)11.4%
Color previews
#b65be2 text on a black background
contrast 5.58:1
Card sample
#b65be2 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65be2;
Background color
Panel with #b65be2 background
background-color: #b65be2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65be2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 91, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 91, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65be2; background: linear-gradient(135deg, #b65be2, #E25BB4);