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