#4c19b3
a dark, electric violet · warm · closest name: navy
RGB
76, 25, 179
HSL
260°, 76%, 40%
CMYK
58, 86, 0, 30
Luminance
0.0549
Every format
| HEX | #4c19b3 |
| RGB | rgb(76, 25, 179) |
| HSL | hsl(260, 76%, 40%) |
| CMYK | cmyk(58%, 86%, 0%, 30%) |
| LAB | lab(28.1 57.0 -70.8) |
| LCH | lch(28.1 91.0 308.8) |
| OKLCH | oklch(0.406 0.214 287.2) |
Copy-ready code
/* CSS */
color: #4c19b3;
background-color: #4c19b3;
/* Tailwind (arbitrary) */
class="text-[#4c19b3] bg-[#4c19b3]"
/* SCSS */
$brand: #4c19b3;
/* SwiftUI */
Color(red: 0.298, green: 0.098, blue: 0.702)
/* Android */
Color.parseColor("#4c19b3")Accessibility — WCAG contrast
Aa
#4c19b3 on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c19b3 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green9.8%
Blue70.2%
CMYK percentages
Cyan57.5%
Magenta86.0%
Yellow0.0%
Key (black)29.8%
Color previews
#4c19b3 text on a black background
contrast 2.10:1
Card sample
#4c19b3 text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c19b3;
Background color
Panel with #4c19b3 background
background-color: #4c19b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c19b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 25, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 25, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c19b3; background: linear-gradient(135deg, #4c19b3, #B319B3);