#840fdf
a balanced, electric violet · warm · closest name: blue
RGB
132, 15, 223
HSL
274°, 87%, 47%
CMYK
41, 93, 0, 13
Luminance
0.1057
Every format
| HEX | #840fdf |
| RGB | rgb(132, 15, 223) |
| HSL | hsl(274, 87%, 47%) |
| CMYK | cmyk(41%, 93%, 0%, 13%) |
| LAB | lab(38.9 75.2 -78.5) |
| LCH | lch(38.9 108.7 313.7) |
| OKLCH | oklch(0.508 0.263 301.2) |
Copy-ready code
/* CSS */
color: #840fdf;
background-color: #840fdf;
/* Tailwind (arbitrary) */
class="text-[#840fdf] bg-[#840fdf]"
/* SCSS */
$brand: #840fdf;
/* SwiftUI */
Color(red: 0.518, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#840fdf")Accessibility — WCAG contrast
Aa
#840fdf on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#840fdf on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green5.9%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#840fdf text on a black background
contrast 3.11:1
Card sample
#840fdf text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #840fdf;
Background color
Panel with #840fdf background
background-color: #840fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #840fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #840fdf; background: linear-gradient(135deg, #840fdf, #DF0FAF);