#b074f4
a light, electric violet · warm · closest name: slateblue
RGB
176, 116, 244
HSL
268°, 85%, 71%
CMYK
28, 53, 0, 4
Luminance
0.2825
Every format
| HEX | #b074f4 |
| RGB | rgb(176, 116, 244) |
| HSL | hsl(268, 85%, 71%) |
| CMYK | cmyk(28%, 53%, 0%, 4%) |
| LAB | lab(60.1 48.1 -55.7) |
| LCH | lch(60.1 73.6 310.8) |
| OKLCH | oklch(0.676 0.188 303.4) |
Copy-ready code
/* CSS */
color: #b074f4;
background-color: #b074f4;
/* Tailwind (arbitrary) */
class="text-[#b074f4] bg-[#b074f4]"
/* SCSS */
$brand: #b074f4;
/* SwiftUI */
Color(red: 0.690, green: 0.455, blue: 0.957)
/* Android */
Color.parseColor("#b074f4")Accessibility — WCAG contrast
Aa
#b074f4 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b074f4 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green45.5%
Blue95.7%
CMYK percentages
Cyan27.9%
Magenta52.5%
Yellow0.0%
Key (black)4.3%
Color previews
#b074f4 text on a black background
contrast 6.65:1
Card sample
#b074f4 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b074f4;
Background color
Panel with #b074f4 background
background-color: #b074f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b074f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 116, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 116, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b074f4; background: linear-gradient(135deg, #b074f4, #F474E3);