#b489eb
a light, vivid violet · warm · closest name: orchid
RGB
180, 137, 235
HSL
266°, 71%, 73%
CMYK
23, 42, 0, 8
Luminance
0.3359
Every format
| HEX | #b489eb |
| RGB | rgb(180, 137, 235) |
| HSL | hsl(266, 71%, 73%) |
| CMYK | cmyk(23%, 42%, 0%, 8%) |
| LAB | lab(64.6 35.5 -43.5) |
| LCH | lch(64.6 56.2 309.2) |
| OKLCH | oklch(0.710 0.145 303.1) |
Copy-ready code
/* CSS */
color: #b489eb;
background-color: #b489eb;
/* Tailwind (arbitrary) */
class="text-[#b489eb] bg-[#b489eb]"
/* SCSS */
$brand: #b489eb;
/* SwiftUI */
Color(red: 0.706, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#b489eb")Accessibility — WCAG contrast
Aa
#b489eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b489eb on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green53.7%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b489eb text on a black background
contrast 7.72:1
Card sample
#b489eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b489eb;
Background color
Panel with #b489eb background
background-color: #b489eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b489eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b489eb; background: linear-gradient(135deg, #b489eb, #EB89E1);