#3c189b
a dark, vivid violet · warm · closest name: navy
RGB
60, 24, 155
HSL
257°, 73%, 35%
CMYK
61, 85, 0, 39
Luminance
0.0398
Every format
| HEX | #3c189b |
| RGB | rgb(60, 24, 155) |
| HSL | hsl(257, 73%, 35%) |
| CMYK | cmyk(61%, 85%, 0%, 39%) |
| LAB | lab(23.6 49.4 -63.8) |
| LCH | lch(23.6 80.6 307.7) |
| OKLCH | oklch(0.364 0.190 284.4) |
Copy-ready code
/* CSS */
color: #3c189b;
background-color: #3c189b;
/* Tailwind (arbitrary) */
class="text-[#3c189b] bg-[#3c189b]"
/* SCSS */
$brand: #3c189b;
/* SwiftUI */
Color(red: 0.235, green: 0.094, blue: 0.608)
/* Android */
Color.parseColor("#3c189b")Accessibility — WCAG contrast
Aa
#3c189b on white: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c189b on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green9.4%
Blue60.8%
CMYK percentages
Cyan61.3%
Magenta84.5%
Yellow0.0%
Key (black)39.2%
Color previews
#3c189b text on a black background
contrast 1.80:1
Card sample
#3c189b text on a white background
contrast 11.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c189b;
Background color
Panel with #3c189b background
background-color: #3c189b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c189b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 24, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 24, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c189b; background: linear-gradient(135deg, #3c189b, #93189B);