#b079f2
a light, electric violet · warm · closest name: slateblue
RGB
176, 121, 242
HSL
267°, 82%, 71%
CMYK
27, 50, 0, 5
Luminance
0.2932
Every format
| HEX | #b079f2 |
| RGB | rgb(176, 121, 242) |
| HSL | hsl(267, 82%, 71%) |
| CMYK | cmyk(27%, 50%, 0%, 5%) |
| LAB | lab(61.1 44.9 -53.1) |
| LCH | lch(61.1 69.5 310.2) |
| OKLCH | oklch(0.683 0.178 303.0) |
Copy-ready code
/* CSS */
color: #b079f2;
background-color: #b079f2;
/* Tailwind (arbitrary) */
class="text-[#b079f2] bg-[#b079f2]"
/* SCSS */
$brand: #b079f2;
/* SwiftUI */
Color(red: 0.690, green: 0.475, blue: 0.949)
/* Android */
Color.parseColor("#b079f2")Accessibility — WCAG contrast
Aa
#b079f2 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b079f2 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green47.5%
Blue94.9%
CMYK percentages
Cyan27.3%
Magenta50.0%
Yellow0.0%
Key (black)5.1%
Color previews
#b079f2 text on a black background
contrast 6.86:1
Card sample
#b079f2 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b079f2;
Background color
Panel with #b079f2 background
background-color: #b079f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b079f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 121, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 121, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b079f2; background: linear-gradient(135deg, #b079f2, #F279E3);