#b47eee
a light, electric violet · warm · closest name: orchid
RGB
180, 126, 238
HSL
269°, 77%, 71%
CMYK
24, 47, 0, 7
Luminance
0.3080
Every format
| HEX | #b47eee |
| RGB | rgb(180, 126, 238) |
| HSL | hsl(269, 77%, 71%) |
| CMYK | cmyk(24%, 47%, 0%, 7%) |
| LAB | lab(62.3 42.3 -48.8) |
| LCH | lch(62.3 64.6 310.9) |
| OKLCH | oklch(0.693 0.166 304.7) |
Copy-ready code
/* CSS */
color: #b47eee;
background-color: #b47eee;
/* Tailwind (arbitrary) */
class="text-[#b47eee] bg-[#b47eee]"
/* SCSS */
$brand: #b47eee;
/* SwiftUI */
Color(red: 0.706, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#b47eee")Accessibility — WCAG contrast
Aa
#b47eee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b47eee on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b47eee text on a black background
contrast 7.16:1
Card sample
#b47eee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b47eee;
Background color
Panel with #b47eee background
background-color: #b47eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b47eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b47eee; background: linear-gradient(135deg, #b47eee, #EE7EDD);