#4600fd
a balanced, electric violet · warm · closest name: blue
RGB
70, 0, 253
HSL
257°, 100%, 50%
CMYK
72, 100, 0, 1
Luminance
0.0839
Every format
| HEX | #4600fd |
| RGB | rgb(70, 0, 253) |
| HSL | hsl(257, 100%, 50%) |
| CMYK | cmyk(72%, 100%, 0%, 1%) |
| LAB | lab(34.8 79.7 -102.5) |
| LCH | lch(34.8 129.9 307.9) |
| OKLCH | oklch(0.475 0.297 275.7) |
Copy-ready code
/* CSS */
color: #4600fd;
background-color: #4600fd;
/* Tailwind (arbitrary) */
class="text-[#4600fd] bg-[#4600fd]"
/* SCSS */
$brand: #4600fd;
/* SwiftUI */
Color(red: 0.275, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#4600fd")Accessibility — WCAG contrast
Aa
#4600fd on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4600fd on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green0.0%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#4600fd text on a black background
contrast 2.68:1
Card sample
#4600fd text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4600fd;
Background color
Panel with #4600fd background
background-color: #4600fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4600fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4600fd; background: linear-gradient(135deg, #4600fd, #EF00FD);