#4b3cfb
a balanced, electric blue · warm · closest name: blue
RGB
75, 60, 251
HSL
245°, 96%, 61%
CMYK
70, 76, 0, 2
Luminance
0.1169
Every format
| HEX | #4b3cfb |
| RGB | rgb(75, 60, 251) |
| HSL | hsl(245, 96%, 61%) |
| CMYK | cmyk(70%, 76%, 0%, 2%) |
| LAB | lab(40.7 62.2 -91.5) |
| LCH | lch(40.7 110.6 304.2) |
| OKLCH | oklch(0.516 0.266 275.2) |
Copy-ready code
/* CSS */
color: #4b3cfb;
background-color: #4b3cfb;
/* Tailwind (arbitrary) */
class="text-[#4b3cfb] bg-[#4b3cfb]"
/* SCSS */
$brand: #4b3cfb;
/* SwiftUI */
Color(red: 0.294, green: 0.235, blue: 0.984)
/* Android */
Color.parseColor("#4b3cfb")Accessibility — WCAG contrast
Aa
#4b3cfb on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b3cfb on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green23.5%
Blue98.4%
CMYK percentages
Cyan70.1%
Magenta76.1%
Yellow0.0%
Key (black)1.6%
Color previews
#4b3cfb text on a black background
contrast 3.34:1
Card sample
#4b3cfb text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3cfb;
Background color
Panel with #4b3cfb background
background-color: #4b3cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 60, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 60, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3cfb; background: linear-gradient(135deg, #4b3cfb, #CA3CFB);