#b74eee
a balanced, electric violet · warm · closest name: orchid
RGB
183, 78, 238
HSL
279°, 83%, 62%
CMYK
23, 67, 0, 7
Luminance
0.2169
Every format
| HEX | #b74eee |
| RGB | rgb(183, 78, 238) |
| HSL | hsl(279, 83%, 62%) |
| CMYK | cmyk(23%, 67%, 0%, 7%) |
| LAB | lab(53.7 66.9 -62.6) |
| LCH | lch(53.7 91.6 316.9) |
| OKLCH | oklch(0.630 0.236 311.6) |
Copy-ready code
/* CSS */
color: #b74eee;
background-color: #b74eee;
/* Tailwind (arbitrary) */
class="text-[#b74eee] bg-[#b74eee]"
/* SCSS */
$brand: #b74eee;
/* SwiftUI */
Color(red: 0.718, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#b74eee")Accessibility — WCAG contrast
Aa
#b74eee on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b74eee on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green30.6%
Blue93.3%
CMYK percentages
Cyan23.1%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b74eee text on a black background
contrast 5.34:1
Card sample
#b74eee text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74eee;
Background color
Panel with #b74eee background
background-color: #b74eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74eee; background: linear-gradient(135deg, #b74eee, #EE4EBA);