#4c38eb
a balanced, electric blue · warm · closest name: blue
RGB
76, 56, 235
HSL
247°, 82%, 57%
CMYK
68, 76, 0, 8
Luminance
0.1036
Every format
| HEX | #4c38eb |
| RGB | rgb(76, 56, 235) |
| HSL | hsl(247, 82%, 57%) |
| CMYK | cmyk(68%, 76%, 0%, 8%) |
| LAB | lab(38.5 59.5 -86.2) |
| LCH | lch(38.5 104.7 304.6) |
| OKLCH | oklch(0.496 0.251 277.1) |
Copy-ready code
/* CSS */
color: #4c38eb;
background-color: #4c38eb;
/* Tailwind (arbitrary) */
class="text-[#4c38eb] bg-[#4c38eb]"
/* SCSS */
$brand: #4c38eb;
/* SwiftUI */
Color(red: 0.298, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#4c38eb")Accessibility — WCAG contrast
Aa
#4c38eb on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4c38eb on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green22.0%
Blue92.2%
CMYK percentages
Cyan67.7%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4c38eb text on a black background
contrast 3.07:1
Card sample
#4c38eb text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c38eb;
Background color
Panel with #4c38eb background
background-color: #4c38eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c38eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c38eb; background: linear-gradient(135deg, #4c38eb, #C338EB);