#3c103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
60, 16, 60
HSL
300°, 58%, 15%
CMYK
0, 73, 0, 77
Luminance
0.0166
Every format
| HEX | #3c103c |
| RGB | rgb(60, 16, 60) |
| HSL | hsl(300, 58%, 15%) |
| CMYK | cmyk(0%, 73%, 0%, 77%) |
| LAB | lab(13.6 28.1 -17.9) |
| LCH | lch(13.6 33.3 327.6) |
| OKLCH | oklch(0.267 0.093 327.8) |
Copy-ready code
/* CSS */
color: #3c103c;
background-color: #3c103c;
/* Tailwind (arbitrary) */
class="text-[#3c103c] bg-[#3c103c]"
/* SCSS */
$brand: #3c103c;
/* SwiftUI */
Color(red: 0.235, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#3c103c")Accessibility — WCAG contrast
Aa
#3c103c on white: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c103c on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#3c103c text on a black background
contrast 1.33:1
Card sample
#3c103c text on a white background
contrast 15.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c103c;
Background color
Panel with #3c103c background
background-color: #3c103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c103c; background: linear-gradient(135deg, #3c103c, #3C101F);