#4618ce
a balanced, electric violet · warm · closest name: blue
RGB
70, 24, 206
HSL
255°, 79%, 45%
CMYK
66, 88, 0, 19
Luminance
0.0641
Every format
| HEX | #4618ce |
| RGB | rgb(70, 24, 206) |
| HSL | hsl(255, 79%, 45%) |
| CMYK | cmyk(66%, 88%, 0%, 19%) |
| LAB | lab(30.4 63.9 -82.9) |
| LCH | lch(30.4 104.7 307.6) |
| OKLCH | oklch(0.430 0.243 280.4) |
Copy-ready code
/* CSS */
color: #4618ce;
background-color: #4618ce;
/* Tailwind (arbitrary) */
class="text-[#4618ce] bg-[#4618ce]"
/* SCSS */
$brand: #4618ce;
/* SwiftUI */
Color(red: 0.275, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#4618ce")Accessibility — WCAG contrast
Aa
#4618ce on white: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4618ce on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green9.4%
Blue80.8%
CMYK percentages
Cyan66.0%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#4618ce text on a black background
contrast 2.28:1
Card sample
#4618ce text on a white background
contrast 9.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4618ce;
Background color
Panel with #4618ce background
background-color: #4618ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4618ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4618ce; background: linear-gradient(135deg, #4618ce, #BF18CE);