#810cfd
a balanced, electric violet · warm · closest name: blue
RGB
129, 12, 253
HSL
269°, 98%, 52%
CMYK
49, 95, 0, 1
Luminance
0.1202
Every format
| HEX | #810cfd |
| RGB | rgb(129, 12, 253) |
| HSL | hsl(269, 98%, 52%) |
| CMYK | cmyk(49%, 95%, 0%, 1%) |
| LAB | lab(41.3 81.5 -91.6) |
| LCH | lch(41.3 122.6 311.7) |
| OKLCH | oklch(0.532 0.289 294.4) |
Copy-ready code
/* CSS */
color: #810cfd;
background-color: #810cfd;
/* Tailwind (arbitrary) */
class="text-[#810cfd] bg-[#810cfd]"
/* SCSS */
$brand: #810cfd;
/* SwiftUI */
Color(red: 0.506, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#810cfd")Accessibility — WCAG contrast
Aa
#810cfd on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#810cfd on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green4.7%
Blue99.2%
CMYK percentages
Cyan49.0%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#810cfd text on a black background
contrast 3.40:1
Card sample
#810cfd text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810cfd;
Background color
Panel with #810cfd background
background-color: #810cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810cfd; background: linear-gradient(135deg, #810cfd, #FD0CD9);