#4604df
a dark, electric violet · warm · closest name: blue
RGB
70, 4, 223
HSL
258°, 97%, 45%
CMYK
69, 98, 0, 13
Luminance
0.0672
Every format
| HEX | #4604df |
| RGB | rgb(70, 4, 223) |
| HSL | hsl(258, 97%, 45%) |
| CMYK | cmyk(69%, 98%, 0%, 13%) |
| LAB | lab(31.1 72.2 -91.5) |
| LCH | lch(31.1 116.6 308.3) |
| OKLCH | oklch(0.441 0.267 278.7) |
Copy-ready code
/* CSS */
color: #4604df;
background-color: #4604df;
/* Tailwind (arbitrary) */
class="text-[#4604df] bg-[#4604df]"
/* SCSS */
$brand: #4604df;
/* SwiftUI */
Color(red: 0.275, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#4604df")Accessibility — WCAG contrast
Aa
#4604df on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4604df on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green1.6%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4604df text on a black background
contrast 2.34:1
Card sample
#4604df text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4604df;
Background color
Panel with #4604df background
background-color: #4604df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4604df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4604df; background: linear-gradient(135deg, #4604df, #D804DF);