#3c2575
a dark, vivid violet · warm · closest name: midnightblue
RGB
60, 37, 117
HSL
257°, 52%, 30%
CMYK
49, 68, 0, 54
Luminance
0.0357
Every format
| HEX | #3c2575 |
| RGB | rgb(60, 37, 117) |
| HSL | hsl(257, 52%, 30%) |
| CMYK | cmyk(49%, 68%, 0%, 54%) |
| LAB | lab(22.2 31.5 -42.3) |
| LCH | lch(22.2 52.8 306.7) |
| OKLCH | oklch(0.343 0.130 291.2) |
Copy-ready code
/* CSS */
color: #3c2575;
background-color: #3c2575;
/* Tailwind (arbitrary) */
class="text-[#3c2575] bg-[#3c2575]"
/* SCSS */
$brand: #3c2575;
/* SwiftUI */
Color(red: 0.235, green: 0.145, blue: 0.459)
/* Android */
Color.parseColor("#3c2575")Accessibility — WCAG contrast
Aa
#3c2575 on white: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2575 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green14.5%
Blue45.9%
CMYK percentages
Cyan48.7%
Magenta68.4%
Yellow0.0%
Key (black)54.1%
Color previews
#3c2575 text on a black background
contrast 1.71:1
Card sample
#3c2575 text on a white background
contrast 12.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2575;
Background color
Panel with #3c2575 background
background-color: #3c2575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 37, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 37, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2575; background: linear-gradient(135deg, #3c2575, #712575);