#4d3bfd
a balanced, electric blue · warm · closest name: blue
RGB
77, 59, 253
HSL
246°, 98%, 61%
CMYK
70, 77, 0, 1
Luminance
0.1180
Every format
| HEX | #4d3bfd |
| RGB | rgb(77, 59, 253) |
| HSL | hsl(246, 98%, 61%) |
| CMYK | cmyk(70%, 77%, 0%, 1%) |
| LAB | lab(40.9 63.4 -92.4) |
| LCH | lch(40.9 112.0 304.5) |
| OKLCH | oklch(0.518 0.268 275.7) |
Copy-ready code
/* CSS */
color: #4d3bfd;
background-color: #4d3bfd;
/* Tailwind (arbitrary) */
class="text-[#4d3bfd] bg-[#4d3bfd]"
/* SCSS */
$brand: #4d3bfd;
/* SwiftUI */
Color(red: 0.302, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#4d3bfd")Accessibility — WCAG contrast
Aa
#4d3bfd on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d3bfd on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green23.1%
Blue99.2%
CMYK percentages
Cyan69.6%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4d3bfd text on a black background
contrast 3.36:1
Card sample
#4d3bfd text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d3bfd;
Background color
Panel with #4d3bfd background
background-color: #4d3bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d3bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d3bfd; background: linear-gradient(135deg, #4d3bfd, #CE3BFD);