#613187
a dark, vivid violet · warm · closest name: midnightblue
RGB
97, 49, 135
HSL
274°, 47%, 36%
CMYK
28, 64, 0, 47
Luminance
0.0649
Every format
| HEX | #613187 |
| RGB | rgb(97, 49, 135) |
| HSL | hsl(274, 47%, 36%) |
| CMYK | cmyk(28%, 64%, 0%, 47%) |
| LAB | lab(30.6 38.3 -39.8) |
| LCH | lch(30.6 55.2 313.9) |
| OKLCH | oklch(0.418 0.141 307.0) |
Copy-ready code
/* CSS */
color: #613187;
background-color: #613187;
/* Tailwind (arbitrary) */
class="text-[#613187] bg-[#613187]"
/* SCSS */
$brand: #613187;
/* SwiftUI */
Color(red: 0.380, green: 0.192, blue: 0.529)
/* Android */
Color.parseColor("#613187")Accessibility — WCAG contrast
Aa
#613187 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613187 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green19.2%
Blue52.9%
CMYK percentages
Cyan28.1%
Magenta63.7%
Yellow0.0%
Key (black)47.1%
Color previews
#613187 text on a black background
contrast 2.30:1
Card sample
#613187 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613187;
Background color
Panel with #613187 background
background-color: #613187;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613187;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 49, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 49, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613187; background: linear-gradient(135deg, #613187, #873174);