#4b13fd
a balanced, electric blue · warm · closest name: blue
RGB
75, 19, 253
HSL
254°, 98%, 53%
CMYK
70, 93, 0, 1
Luminance
0.0905
Every format
| HEX | #4b13fd |
| RGB | rgb(75, 19, 253) |
| HSL | hsl(254, 98%, 53%) |
| CMYK | cmyk(70%, 93%, 0%, 1%) |
| LAB | lab(36.1 77.1 -100.3) |
| LCH | lch(36.1 126.5 307.5) |
| OKLCH | oklch(0.485 0.292 276.9) |
Copy-ready code
/* CSS */
color: #4b13fd;
background-color: #4b13fd;
/* Tailwind (arbitrary) */
class="text-[#4b13fd] bg-[#4b13fd]"
/* SCSS */
$brand: #4b13fd;
/* SwiftUI */
Color(red: 0.294, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#4b13fd")Accessibility — WCAG contrast
Aa
#4b13fd on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b13fd on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green7.5%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#4b13fd text on a black background
contrast 2.81:1
Card sample
#4b13fd text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b13fd;
Background color
Panel with #4b13fd background
background-color: #4b13fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b13fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b13fd; background: linear-gradient(135deg, #4b13fd, #E713FD);