#812fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
129, 47, 223
HSL
268°, 73%, 53%
CMYK
42, 79, 0, 13
Luminance
0.1203
Every format
| HEX | #812fdf |
| RGB | rgb(129, 47, 223) |
| HSL | hsl(268, 73%, 53%) |
| CMYK | cmyk(42%, 79%, 0%, 13%) |
| LAB | lab(41.3 66.5 -74.6) |
| LCH | lch(41.3 100.0 311.7) |
| OKLCH | oklch(0.524 0.243 298.4) |
Copy-ready code
/* CSS */
color: #812fdf;
background-color: #812fdf;
/* Tailwind (arbitrary) */
class="text-[#812fdf] bg-[#812fdf]"
/* SCSS */
$brand: #812fdf;
/* SwiftUI */
Color(red: 0.506, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#812fdf")Accessibility — WCAG contrast
Aa
#812fdf on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#812fdf on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green18.4%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#812fdf text on a black background
contrast 3.41:1
Card sample
#812fdf text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #812fdf;
Background color
Panel with #812fdf background
background-color: #812fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #812fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #812fdf; background: linear-gradient(135deg, #812fdf, #DF2FC7);