#4b40fd
a balanced, electric blue · warm · closest name: blue
RGB
75, 64, 253
HSL
244°, 98%, 62%
CMYK
70, 75, 0, 1
Luminance
0.1225
Every format
| HEX | #4b40fd |
| RGB | rgb(75, 64, 253) |
| HSL | hsl(244, 98%, 62%) |
| CMYK | cmyk(70%, 75%, 0%, 1%) |
| LAB | lab(41.6 60.8 -91.2) |
| LCH | lch(41.6 109.6 303.7) |
| OKLCH | oklch(0.523 0.265 274.8) |
Copy-ready code
/* CSS */
color: #4b40fd;
background-color: #4b40fd;
/* Tailwind (arbitrary) */
class="text-[#4b40fd] bg-[#4b40fd]"
/* SCSS */
$brand: #4b40fd;
/* SwiftUI */
Color(red: 0.294, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#4b40fd")Accessibility — WCAG contrast
Aa
#4b40fd on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b40fd on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green25.1%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4b40fd text on a black background
contrast 3.45:1
Card sample
#4b40fd text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b40fd;
Background color
Panel with #4b40fd background
background-color: #4b40fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b40fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b40fd; background: linear-gradient(135deg, #4b40fd, #C940FD);