#4c3dff
a balanced, electric blue · warm · closest name: blue
RGB
76, 61, 255
HSL
245°, 100%, 62%
CMYK
70, 76, 0, 0
Luminance
0.1209
Every format
| HEX | #4c3dff |
| RGB | rgb(76, 61, 255) |
| HSL | hsl(245, 100%, 62%) |
| CMYK | cmyk(70%, 76%, 0%, 0%) |
| LAB | lab(41.4 62.9 -92.7) |
| LCH | lch(41.4 112.0 304.2) |
| OKLCH | oklch(0.522 0.269 275.1) |
Copy-ready code
/* CSS */
color: #4c3dff;
background-color: #4c3dff;
/* Tailwind (arbitrary) */
class="text-[#4c3dff] bg-[#4c3dff]"
/* SCSS */
$brand: #4c3dff;
/* SwiftUI */
Color(red: 0.298, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#4c3dff")Accessibility — WCAG contrast
Aa
#4c3dff on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4c3dff on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green23.9%
Blue100.0%
CMYK percentages
Cyan70.2%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4c3dff text on a black background
contrast 3.42:1
Card sample
#4c3dff text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c3dff;
Background color
Panel with #4c3dff background
background-color: #4c3dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c3dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c3dff; background: linear-gradient(135deg, #4c3dff, #CD3DFF);