#b487eb
a light, vivid violet · warm · closest name: orchid
RGB
180, 135, 235
HSL
267°, 71%, 73%
CMYK
23, 43, 0, 8
Luminance
0.3303
Every format
| HEX | #b487eb |
| RGB | rgb(180, 135, 235) |
| HSL | hsl(267, 71%, 73%) |
| CMYK | cmyk(23%, 43%, 0%, 8%) |
| LAB | lab(64.2 36.6 -44.2) |
| LCH | lch(64.2 57.5 309.6) |
| OKLCH | oklch(0.706 0.148 303.6) |
Copy-ready code
/* CSS */
color: #b487eb;
background-color: #b487eb;
/* Tailwind (arbitrary) */
class="text-[#b487eb] bg-[#b487eb]"
/* SCSS */
$brand: #b487eb;
/* SwiftUI */
Color(red: 0.706, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#b487eb")Accessibility — WCAG contrast
Aa
#b487eb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b487eb on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green52.9%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b487eb text on a black background
contrast 7.61:1
Card sample
#b487eb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b487eb;
Background color
Panel with #b487eb background
background-color: #b487eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b487eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b487eb; background: linear-gradient(135deg, #b487eb, #EB87DF);