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