#3c255f
a dark, soft violet · warm · closest name: midnightblue
RGB
60, 37, 95
HSL
264°, 44%, 26%
CMYK
37, 61, 0, 63
Luminance
0.0311
Every format
| HEX | #3c255f |
| RGB | rgb(60, 37, 95) |
| HSL | hsl(264, 44%, 26%) |
| CMYK | cmyk(37%, 61%, 0%, 63%) |
| LAB | lab(20.5 24.8 -30.8) |
| LCH | lch(20.5 39.5 308.9) |
| OKLCH | oklch(0.325 0.100 299.1) |
Copy-ready code
/* CSS */
color: #3c255f;
background-color: #3c255f;
/* Tailwind (arbitrary) */
class="text-[#3c255f] bg-[#3c255f]"
/* SCSS */
$brand: #3c255f;
/* SwiftUI */
Color(red: 0.235, green: 0.145, blue: 0.373)
/* Android */
Color.parseColor("#3c255f")Accessibility — WCAG contrast
Aa
#3c255f on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c255f on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green14.5%
Blue37.3%
CMYK percentages
Cyan36.8%
Magenta61.1%
Yellow0.0%
Key (black)62.7%
Color previews
#3c255f text on a black background
contrast 1.62:1
Card sample
#3c255f text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c255f;
Background color
Panel with #3c255f background
background-color: #3c255f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c255f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 37, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 37, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c255f; background: linear-gradient(135deg, #3c255f, #5F255B);