#3c096f
a deep, electric violet · warm · closest name: indigo
RGB
60, 9, 111
HSL
270°, 85%, 24%
CMYK
46, 92, 0, 57
Luminance
0.0230
Every format
| HEX | #3c096f |
| RGB | rgb(60, 9, 111) |
| HSL | hsl(270, 85%, 24%) |
| CMYK | cmyk(46%, 92%, 0%, 57%) |
| LAB | lab(17.0 42.9 -46.9) |
| LCH | lch(17.0 63.6 312.5) |
| OKLCH | oklch(0.305 0.153 298.6) |
Copy-ready code
/* CSS */
color: #3c096f;
background-color: #3c096f;
/* Tailwind (arbitrary) */
class="text-[#3c096f] bg-[#3c096f]"
/* SCSS */
$brand: #3c096f;
/* SwiftUI */
Color(red: 0.235, green: 0.035, blue: 0.435)
/* Android */
Color.parseColor("#3c096f")Accessibility — WCAG contrast
Aa
#3c096f on white: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c096f on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green3.5%
Blue43.5%
CMYK percentages
Cyan45.9%
Magenta91.9%
Yellow0.0%
Key (black)56.5%
Color previews
#3c096f text on a black background
contrast 1.46:1
Card sample
#3c096f text on a white background
contrast 14.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c096f;
Background color
Panel with #3c096f background
background-color: #3c096f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c096f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 9, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 9, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c096f; background: linear-gradient(135deg, #3c096f, #6F095E);