#4c01cb
a dark, electric violet · warm · closest name: blue
RGB
76, 1, 203
HSL
262°, 99%, 40%
CMYK
63, 100, 0, 20
Luminance
0.0587
Every format
| HEX | #4c01cb |
| RGB | rgb(76, 1, 203) |
| HSL | hsl(262, 99%, 40%) |
| CMYK | cmyk(63%, 100%, 0%, 20%) |
| LAB | lab(29.1 68.3 -83.4) |
| LCH | lch(29.1 107.8 309.3) |
| OKLCH | oklch(0.421 0.247 283.9) |
Copy-ready code
/* CSS */
color: #4c01cb;
background-color: #4c01cb;
/* Tailwind (arbitrary) */
class="text-[#4c01cb] bg-[#4c01cb]"
/* SCSS */
$brand: #4c01cb;
/* SwiftUI */
Color(red: 0.298, green: 0.004, blue: 0.796)
/* Android */
Color.parseColor("#4c01cb")Accessibility — WCAG contrast
Aa
#4c01cb on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c01cb on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green0.4%
Blue79.6%
CMYK percentages
Cyan62.6%
Magenta99.5%
Yellow0.0%
Key (black)20.4%
Color previews
#4c01cb text on a black background
contrast 2.17:1
Card sample
#4c01cb text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c01cb;
Background color
Panel with #4c01cb background
background-color: #4c01cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c01cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 1, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 1, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c01cb; background: linear-gradient(135deg, #4c01cb, #CB01C3);