#4604eb
a balanced, electric violet · warm · closest name: blue
RGB
70, 4, 235
HSL
257°, 97%, 47%
CMYK
70, 98, 0, 8
Luminance
0.0739
Every format
| HEX | #4604eb |
| RGB | rgb(70, 4, 235) |
| HSL | hsl(257, 97%, 47%) |
| CMYK | cmyk(70%, 98%, 0%, 8%) |
| LAB | lab(32.7 75.0 -95.9) |
| LCH | lch(32.7 121.7 308.0) |
| OKLCH | oklch(0.455 0.279 277.4) |
Copy-ready code
/* CSS */
color: #4604eb;
background-color: #4604eb;
/* Tailwind (arbitrary) */
class="text-[#4604eb] bg-[#4604eb]"
/* SCSS */
$brand: #4604eb;
/* SwiftUI */
Color(red: 0.275, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#4604eb")Accessibility — WCAG contrast
Aa
#4604eb on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4604eb on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green1.6%
Blue92.2%
CMYK percentages
Cyan70.2%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#4604eb text on a black background
contrast 2.48:1
Card sample
#4604eb text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4604eb;
Background color
Panel with #4604eb background
background-color: #4604eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4604eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4604eb; background: linear-gradient(135deg, #4604eb, #E004EB);