#810cdf
a balanced, electric violet · warm · closest name: blue
RGB
129, 12, 223
HSL
273°, 90%, 46%
CMYK
42, 95, 0, 13
Luminance
0.1026
Every format
| HEX | #810cdf |
| RGB | rgb(129, 12, 223) |
| HSL | hsl(273, 90%, 46%) |
| CMYK | cmyk(42%, 95%, 0%, 13%) |
| LAB | lab(38.3 75.3 -79.5) |
| LCH | lch(38.3 109.5 313.4) |
| OKLCH | oklch(0.504 0.263 300.2) |
Copy-ready code
/* CSS */
color: #810cdf;
background-color: #810cdf;
/* Tailwind (arbitrary) */
class="text-[#810cdf] bg-[#810cdf]"
/* SCSS */
$brand: #810cdf;
/* SwiftUI */
Color(red: 0.506, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#810cdf")Accessibility — WCAG contrast
Aa
#810cdf on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#810cdf on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#810cdf text on a black background
contrast 3.05:1
Card sample
#810cdf text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810cdf;
Background color
Panel with #810cdf background
background-color: #810cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810cdf; background: linear-gradient(135deg, #810cdf, #DF0CB0);