#b67eee
a light, electric violet · warm · closest name: orchid
RGB
182, 126, 238
HSL
270°, 77%, 71%
CMYK
24, 47, 0, 7
Luminance
0.3104
Every format
| HEX | #b67eee |
| RGB | rgb(182, 126, 238) |
| HSL | hsl(270, 77%, 71%) |
| CMYK | cmyk(24%, 47%, 0%, 7%) |
| LAB | lab(62.5 42.9 -48.5) |
| LCH | lch(62.5 64.7 311.5) |
| OKLCH | oklch(0.695 0.167 305.6) |
Copy-ready code
/* CSS */
color: #b67eee;
background-color: #b67eee;
/* Tailwind (arbitrary) */
class="text-[#b67eee] bg-[#b67eee]"
/* SCSS */
$brand: #b67eee;
/* SwiftUI */
Color(red: 0.714, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#b67eee")Accessibility — WCAG contrast
Aa
#b67eee on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b67eee on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green49.4%
Blue93.3%
CMYK percentages
Cyan23.5%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b67eee text on a black background
contrast 7.21:1
Card sample
#b67eee text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67eee;
Background color
Panel with #b67eee background
background-color: #b67eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67eee; background: linear-gradient(135deg, #b67eee, #EE7EDB);