#603c6b
a dark, soft violet · warm · closest name: midnightblue
RGB
96, 60, 107
HSL
286°, 28%, 33%
CMYK
10, 44, 0, 58
Luminance
0.0678
Every format
| HEX | #603c6b |
| RGB | rgb(96, 60, 107) |
| HSL | hsl(286, 28%, 33%) |
| CMYK | cmyk(10%, 44%, 0%, 58%) |
| LAB | lab(31.3 24.8 -21.1) |
| LCH | lch(31.3 32.6 319.6) |
| OKLCH | oklch(0.418 0.087 318.0) |
Copy-ready code
/* CSS */
color: #603c6b;
background-color: #603c6b;
/* Tailwind (arbitrary) */
class="text-[#603c6b] bg-[#603c6b]"
/* SCSS */
$brand: #603c6b;
/* SwiftUI */
Color(red: 0.376, green: 0.235, blue: 0.420)
/* Android */
Color.parseColor("#603c6b")Accessibility — WCAG contrast
Aa
#603c6b on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603c6b on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green23.5%
Blue42.0%
CMYK percentages
Cyan10.3%
Magenta43.9%
Yellow0.0%
Key (black)58.0%
Color previews
#603c6b text on a black background
contrast 2.36:1
Card sample
#603c6b text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603c6b;
Background color
Panel with #603c6b background
background-color: #603c6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603c6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 60, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 60, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603c6b; background: linear-gradient(135deg, #603c6b, #6B3C57);