#3c2255
a deep, soft violet · warm · closest name: midnightblue
RGB
60, 34, 85
HSL
271°, 43%, 23%
CMYK
29, 60, 0, 67
Luminance
0.0276
Every format
| HEX | #3c2255 |
| RGB | rgb(60, 34, 85) |
| HSL | hsl(271, 43%, 23%) |
| CMYK | cmyk(29%, 60%, 0%, 67%) |
| LAB | lab(19.1 23.9 -26.4) |
| LCH | lch(19.1 35.6 312.1) |
| OKLCH | oklch(0.312 0.091 305.3) |
Copy-ready code
/* CSS */
color: #3c2255;
background-color: #3c2255;
/* Tailwind (arbitrary) */
class="text-[#3c2255] bg-[#3c2255]"
/* SCSS */
$brand: #3c2255;
/* SwiftUI */
Color(red: 0.235, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#3c2255")Accessibility — WCAG contrast
Aa
#3c2255 on white: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2255 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green13.3%
Blue33.3%
CMYK percentages
Cyan29.4%
Magenta60.0%
Yellow0.0%
Key (black)66.7%
Color previews
#3c2255 text on a black background
contrast 1.55:1
Card sample
#3c2255 text on a white background
contrast 13.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2255;
Background color
Panel with #3c2255 background
background-color: #3c2255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2255; background: linear-gradient(135deg, #3c2255, #55224C);