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