#8945fd
a balanced, electric violet · warm · closest name: blue
RGB
137, 69, 253
HSL
262°, 98%, 63%
CMYK
46, 73, 0, 1
Luminance
0.1667
Every format
| HEX | #8945fd |
| RGB | rgb(137, 69, 253) |
| HSL | hsl(262, 98%, 63%) |
| CMYK | cmyk(46%, 73%, 0%, 1%) |
| LAB | lab(47.8 65.9 -80.7) |
| LCH | lch(47.8 104.2 309.2) |
| OKLCH | oklch(0.580 0.253 293.8) |
Copy-ready code
/* CSS */
color: #8945fd;
background-color: #8945fd;
/* Tailwind (arbitrary) */
class="text-[#8945fd] bg-[#8945fd]"
/* SCSS */
$brand: #8945fd;
/* SwiftUI */
Color(red: 0.537, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#8945fd")Accessibility — WCAG contrast
Aa
#8945fd on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8945fd on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green27.1%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#8945fd text on a black background
contrast 4.33:1
Card sample
#8945fd text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8945fd;
Background color
Panel with #8945fd background
background-color: #8945fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8945fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8945fd; background: linear-gradient(135deg, #8945fd, #FD45F6);