#3c0955
a deep, electric violet · warm · closest name: midnightblue
RGB
60, 9, 85
HSL
280°, 81%, 18%
CMYK
29, 89, 0, 67
Luminance
0.0181
Every format
| HEX | #3c0955 |
| RGB | rgb(60, 9, 85) |
| HSL | hsl(280, 81%, 18%) |
| CMYK | cmyk(29%, 89%, 0%, 67%) |
| LAB | lab(14.5 36.6 -33.8) |
| LCH | lch(14.5 49.8 317.3) |
| OKLCH | oklch(0.279 0.127 310.8) |
Copy-ready code
/* CSS */
color: #3c0955;
background-color: #3c0955;
/* Tailwind (arbitrary) */
class="text-[#3c0955] bg-[#3c0955]"
/* SCSS */
$brand: #3c0955;
/* SwiftUI */
Color(red: 0.235, green: 0.035, blue: 0.333)
/* Android */
Color.parseColor("#3c0955")Accessibility — WCAG contrast
Aa
#3c0955 on white: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c0955 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green3.5%
Blue33.3%
CMYK percentages
Cyan29.4%
Magenta89.4%
Yellow0.0%
Key (black)66.7%
Color previews
#3c0955 text on a black background
contrast 1.36:1
Card sample
#3c0955 text on a white background
contrast 15.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c0955;
Background color
Panel with #3c0955 background
background-color: #3c0955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c0955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 9, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 9, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c0955; background: linear-gradient(135deg, #3c0955, #55093B);