#3c116e
a deep, vivid violet · warm · closest name: midnightblue
RGB
60, 17, 110
HSL
268°, 73%, 25%
CMYK
46, 85, 0, 57
Luminance
0.0249
Every format
| HEX | #3c116e |
| RGB | rgb(60, 17, 110) |
| HSL | hsl(268, 73%, 25%) |
| CMYK | cmyk(46%, 85%, 0%, 57%) |
| LAB | lab(17.9 39.9 -44.9) |
| LCH | lch(17.9 60.0 311.6) |
| OKLCH | oklch(0.310 0.145 298.0) |
Copy-ready code
/* CSS */
color: #3c116e;
background-color: #3c116e;
/* Tailwind (arbitrary) */
class="text-[#3c116e] bg-[#3c116e]"
/* SCSS */
$brand: #3c116e;
/* SwiftUI */
Color(red: 0.235, green: 0.067, blue: 0.431)
/* Android */
Color.parseColor("#3c116e")Accessibility — WCAG contrast
Aa
#3c116e on white: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c116e on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green6.7%
Blue43.1%
CMYK percentages
Cyan45.5%
Magenta84.5%
Yellow0.0%
Key (black)56.9%
Color previews
#3c116e text on a black background
contrast 1.50:1
Card sample
#3c116e text on a white background
contrast 14.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c116e;
Background color
Panel with #3c116e background
background-color: #3c116e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c116e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 17, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 17, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c116e; background: linear-gradient(135deg, #3c116e, #6E1162);