#613366
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
97, 51, 102
HSL
294°, 33%, 30%
CMYK
5, 50, 0, 60
Luminance
0.0587
Every format
| HEX | #613366 |
| RGB | rgb(97, 51, 102) |
| HSL | hsl(294, 33%, 30%) |
| CMYK | cmyk(5%, 50%, 0%, 60%) |
| LAB | lab(29.1 29.4 -21.4) |
| LCH | lch(29.1 36.4 324.0) |
| OKLCH | oklch(0.401 0.099 323.5) |
Copy-ready code
/* CSS */
color: #613366;
background-color: #613366;
/* Tailwind (arbitrary) */
class="text-[#613366] bg-[#613366]"
/* SCSS */
$brand: #613366;
/* SwiftUI */
Color(red: 0.380, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#613366")Accessibility — WCAG contrast
Aa
#613366 on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613366 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green20.0%
Blue40.0%
CMYK percentages
Cyan4.9%
Magenta50.0%
Yellow0.0%
Key (black)60.0%
Color previews
#613366 text on a black background
contrast 2.17:1
Card sample
#613366 text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613366;
Background color
Panel with #613366 background
background-color: #613366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613366; background: linear-gradient(135deg, #613366, #663349);