#b074fd
a light, electric violet · warm · closest name: slateblue
RGB
176, 116, 253
HSL
266°, 97%, 72%
CMYK
30, 54, 0, 1
Luminance
0.2881
Every format
| HEX | #b074fd |
| RGB | rgb(176, 116, 253) |
| HSL | hsl(266, 97%, 72%) |
| CMYK | cmyk(30%, 54%, 0%, 1%) |
| LAB | lab(60.6 50.2 -59.9) |
| LCH | lch(60.6 78.1 310.0) |
| OKLCH | oklch(0.682 0.198 301.6) |
Copy-ready code
/* CSS */
color: #b074fd;
background-color: #b074fd;
/* Tailwind (arbitrary) */
class="text-[#b074fd] bg-[#b074fd]"
/* SCSS */
$brand: #b074fd;
/* SwiftUI */
Color(red: 0.690, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#b074fd")Accessibility — WCAG contrast
Aa
#b074fd on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b074fd on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green45.5%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b074fd text on a black background
contrast 6.76:1
Card sample
#b074fd text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b074fd;
Background color
Panel with #b074fd background
background-color: #b074fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b074fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b074fd; background: linear-gradient(135deg, #b074fd, #FD74EF);