#4c18be
a dark, electric violet · warm · closest name: navy
RGB
76, 24, 190
HSL
259°, 78%, 42%
CMYK
60, 87, 0, 26
Luminance
0.0591
Every format
| HEX | #4c18be |
| RGB | rgb(76, 24, 190) |
| HSL | hsl(259, 78%, 42%) |
| CMYK | cmyk(60%, 87%, 0%, 26%) |
| LAB | lab(29.2 60.2 -75.6) |
| LCH | lch(29.2 96.6 308.5) |
| OKLCH | oklch(0.417 0.226 285.3) |
Copy-ready code
/* CSS */
color: #4c18be;
background-color: #4c18be;
/* Tailwind (arbitrary) */
class="text-[#4c18be] bg-[#4c18be]"
/* SCSS */
$brand: #4c18be;
/* SwiftUI */
Color(red: 0.298, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#4c18be")Accessibility — WCAG contrast
Aa
#4c18be on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c18be on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green9.4%
Blue74.5%
CMYK percentages
Cyan60.0%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#4c18be text on a black background
contrast 2.18:1
Card sample
#4c18be text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c18be;
Background color
Panel with #4c18be background
background-color: #4c18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c18be; background: linear-gradient(135deg, #4c18be, #BB18BE);