#4918ce
a balanced, electric violet · warm · closest name: blue
RGB
73, 24, 206
HSL
256°, 79%, 45%
CMYK
65, 88, 0, 19
Luminance
0.0653
Every format
| HEX | #4918ce |
| RGB | rgb(73, 24, 206) |
| HSL | hsl(256, 79%, 45%) |
| CMYK | cmyk(65%, 88%, 0%, 19%) |
| LAB | lab(30.7 64.1 -82.4) |
| LCH | lch(30.7 104.4 307.9) |
| OKLCH | oklch(0.432 0.243 281.5) |
Copy-ready code
/* CSS */
color: #4918ce;
background-color: #4918ce;
/* Tailwind (arbitrary) */
class="text-[#4918ce] bg-[#4918ce]"
/* SCSS */
$brand: #4918ce;
/* SwiftUI */
Color(red: 0.286, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#4918ce")Accessibility — WCAG contrast
Aa
#4918ce on white: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4918ce on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green9.4%
Blue80.8%
CMYK percentages
Cyan64.6%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#4918ce text on a black background
contrast 2.31:1
Card sample
#4918ce text on a white background
contrast 9.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4918ce;
Background color
Panel with #4918ce background
background-color: #4918ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4918ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4918ce; background: linear-gradient(135deg, #4918ce, #C218CE);