#800fdf
a balanced, electric violet · warm · closest name: blue
RGB
128, 15, 223
HSL
273°, 87%, 47%
CMYK
43, 93, 0, 13
Luminance
0.1026
Every format
| HEX | #800fdf |
| RGB | rgb(128, 15, 223) |
| HSL | hsl(273, 87%, 47%) |
| CMYK | cmyk(43%, 93%, 0%, 13%) |
| LAB | lab(38.3 74.7 -79.5) |
| LCH | lch(38.3 109.1 313.2) |
| OKLCH | oklch(0.503 0.262 299.8) |
Copy-ready code
/* CSS */
color: #800fdf;
background-color: #800fdf;
/* Tailwind (arbitrary) */
class="text-[#800fdf] bg-[#800fdf]"
/* SCSS */
$brand: #800fdf;
/* SwiftUI */
Color(red: 0.502, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#800fdf")Accessibility — WCAG contrast
Aa
#800fdf on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#800fdf on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green5.9%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#800fdf text on a black background
contrast 3.05:1
Card sample
#800fdf text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800fdf;
Background color
Panel with #800fdf background
background-color: #800fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800fdf; background: linear-gradient(135deg, #800fdf, #DF0FB3);