#8500f2
a balanced, electric violet · warm · closest name: blue
RGB
133, 0, 242
HSL
273°, 100%, 48%
CMYK
45, 100, 0, 5
Luminance
0.1140
Every format
| HEX | #8500f2 |
| RGB | rgb(133, 0, 242) |
| HSL | hsl(273, 100%, 48%) |
| CMYK | cmyk(45%, 100%, 0%, 5%) |
| LAB | lab(40.2 80.9 -87.1) |
| LCH | lch(40.2 118.8 312.9) |
| OKLCH | oklch(0.523 0.283 298.0) |
Copy-ready code
/* CSS */
color: #8500f2;
background-color: #8500f2;
/* Tailwind (arbitrary) */
class="text-[#8500f2] bg-[#8500f2]"
/* SCSS */
$brand: #8500f2;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.949)
/* Android */
Color.parseColor("#8500f2")Accessibility — WCAG contrast
Aa
#8500f2 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8500f2 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue94.9%
CMYK percentages
Cyan45.0%
Magenta100.0%
Yellow0.0%
Key (black)5.1%
Color previews
#8500f2 text on a black background
contrast 3.28:1
Card sample
#8500f2 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8500f2;
Background color
Panel with #8500f2 background
background-color: #8500f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8500f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8500f2; background: linear-gradient(135deg, #8500f2, #F200BE);