#4c0fb7
a dark, electric violet · warm · closest name: navy
RGB
76, 15, 183
HSL
262°, 85%, 39%
CMYK
59, 92, 0, 28
Luminance
0.0530
Every format
| HEX | #4c0fb7 |
| RGB | rgb(76, 15, 183) |
| HSL | hsl(262, 85%, 39%) |
| CMYK | cmyk(59%, 92%, 0%, 28%) |
| LAB | lab(27.6 60.9 -74.1) |
| LCH | lch(27.6 95.9 309.4) |
| OKLCH | oklch(0.404 0.223 287.1) |
Copy-ready code
/* CSS */
color: #4c0fb7;
background-color: #4c0fb7;
/* Tailwind (arbitrary) */
class="text-[#4c0fb7] bg-[#4c0fb7]"
/* SCSS */
$brand: #4c0fb7;
/* SwiftUI */
Color(red: 0.298, green: 0.059, blue: 0.718)
/* Android */
Color.parseColor("#4c0fb7")Accessibility — WCAG contrast
Aa
#4c0fb7 on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c0fb7 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green5.9%
Blue71.8%
CMYK percentages
Cyan58.5%
Magenta91.8%
Yellow0.0%
Key (black)28.2%
Color previews
#4c0fb7 text on a black background
contrast 2.06:1
Card sample
#4c0fb7 text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c0fb7;
Background color
Panel with #4c0fb7 background
background-color: #4c0fb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c0fb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 15, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 15, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c0fb7; background: linear-gradient(135deg, #4c0fb7, #B70FB2);