#4615fd
a balanced, electric blue · warm · closest name: blue
RGB
70, 21, 253
HSL
253°, 98%, 54%
CMYK
72, 92, 0, 1
Luminance
0.0893
Every format
| HEX | #4615fd |
| RGB | rgb(70, 21, 253) |
| HSL | hsl(253, 98%, 54%) |
| CMYK | cmyk(72%, 92%, 0%, 1%) |
| LAB | lab(35.9 76.5 -100.7) |
| LCH | lch(35.9 126.5 307.2) |
| OKLCH | oklch(0.482 0.292 275.4) |
Copy-ready code
/* CSS */
color: #4615fd;
background-color: #4615fd;
/* Tailwind (arbitrary) */
class="text-[#4615fd] bg-[#4615fd]"
/* SCSS */
$brand: #4615fd;
/* SwiftUI */
Color(red: 0.275, green: 0.082, blue: 0.992)
/* Android */
Color.parseColor("#4615fd")Accessibility — WCAG contrast
Aa
#4615fd on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4615fd on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green8.2%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta91.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4615fd text on a black background
contrast 2.79:1
Card sample
#4615fd text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4615fd;
Background color
Panel with #4615fd background
background-color: #4615fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4615fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 21, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 21, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4615fd; background: linear-gradient(135deg, #4615fd, #E115FD);