#4c4bff
a balanced, electric blue · warm · closest name: blue
RGB
76, 75, 255
HSL
240°, 100%, 65%
CMYK
70, 71, 0, 0
Luminance
0.1379
Every format
| HEX | #4c4bff |
| RGB | rgb(76, 75, 255) |
| HSL | hsl(240, 100%, 65%) |
| CMYK | cmyk(70%, 71%, 0%, 0%) |
| LAB | lab(43.9 55.7 -88.5) |
| LCH | lch(43.9 104.5 302.2) |
| OKLCH | oklch(0.540 0.256 273.9) |
Copy-ready code
/* CSS */
color: #4c4bff;
background-color: #4c4bff;
/* Tailwind (arbitrary) */
class="text-[#4c4bff] bg-[#4c4bff]"
/* SCSS */
$brand: #4c4bff;
/* SwiftUI */
Color(red: 0.298, green: 0.294, blue: 1.000)
/* Android */
Color.parseColor("#4c4bff")Accessibility — WCAG contrast
Aa
#4c4bff on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4c4bff on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green29.4%
Blue100.0%
CMYK percentages
Cyan70.2%
Magenta70.6%
Yellow0.0%
Key (black)0.0%
Color previews
#4c4bff text on a black background
contrast 3.76:1
Card sample
#4c4bff text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c4bff;
Background color
Panel with #4c4bff background
background-color: #4c4bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c4bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 75, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 75, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c4bff; background: linear-gradient(135deg, #4c4bff, #C44BFF);