#4607eb
a balanced, electric violet · warm · closest name: blue
RGB
70, 7, 235
HSL
257°, 94%, 48%
CMYK
70, 97, 0, 8
Luminance
0.0745
Every format
| HEX | #4607eb |
| RGB | rgb(70, 7, 235) |
| HSL | hsl(257, 94%, 48%) |
| CMYK | cmyk(70%, 97%, 0%, 8%) |
| LAB | lab(32.8 74.5 -95.6) |
| LCH | lch(32.8 121.3 307.9) |
| OKLCH | oklch(0.456 0.278 277.3) |
Copy-ready code
/* CSS */
color: #4607eb;
background-color: #4607eb;
/* Tailwind (arbitrary) */
class="text-[#4607eb] bg-[#4607eb]"
/* SCSS */
$brand: #4607eb;
/* SwiftUI */
Color(red: 0.275, green: 0.027, blue: 0.922)
/* Android */
Color.parseColor("#4607eb")Accessibility — WCAG contrast
Aa
#4607eb on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4607eb on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green2.7%
Blue92.2%
CMYK percentages
Cyan70.2%
Magenta97.0%
Yellow0.0%
Key (black)7.8%
Color previews
#4607eb text on a black background
contrast 2.49:1
Card sample
#4607eb text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4607eb;
Background color
Panel with #4607eb background
background-color: #4607eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4607eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 7, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 7, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4607eb; background: linear-gradient(135deg, #4607eb, #DE07EB);