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