#4b45fd
a balanced, electric blue · warm · closest name: blue
RGB
75, 69, 253
HSL
242°, 98%, 63%
CMYK
70, 73, 0, 1
Luminance
0.1284
Every format
| HEX | #4b45fd |
| RGB | rgb(75, 69, 253) |
| HSL | hsl(242, 98%, 63%) |
| CMYK | cmyk(70%, 73%, 0%, 1%) |
| LAB | lab(42.5 58.2 -89.7) |
| LCH | lch(42.5 106.9 303.0) |
| OKLCH | oklch(0.529 0.260 274.3) |
Copy-ready code
/* CSS */
color: #4b45fd;
background-color: #4b45fd;
/* Tailwind (arbitrary) */
class="text-[#4b45fd] bg-[#4b45fd]"
/* SCSS */
$brand: #4b45fd;
/* SwiftUI */
Color(red: 0.294, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#4b45fd")Accessibility — WCAG contrast
Aa
#4b45fd on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b45fd on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green27.1%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4b45fd text on a black background
contrast 3.57:1
Card sample
#4b45fd text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b45fd;
Background color
Panel with #4b45fd background
background-color: #4b45fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b45fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b45fd; background: linear-gradient(135deg, #4b45fd, #C645FD);