#613fba
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 63, 186
HSL
257°, 49%, 49%
CMYK
48, 66, 0, 27
Luminance
0.0964
Every format
| HEX | #613fba |
| RGB | rgb(97, 63, 186) |
| HSL | hsl(257, 49%, 49%) |
| CMYK | cmyk(48%, 66%, 0%, 27%) |
| LAB | lab(37.2 44.3 -60.0) |
| LCH | lch(37.2 74.5 306.5) |
| OKLCH | oklch(0.478 0.183 290.5) |
Copy-ready code
/* CSS */
color: #613fba;
background-color: #613fba;
/* Tailwind (arbitrary) */
class="text-[#613fba] bg-[#613fba]"
/* SCSS */
$brand: #613fba;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#613fba")Accessibility — WCAG contrast
Aa
#613fba on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613fba on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue72.9%
CMYK percentages
Cyan47.8%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#613fba text on a black background
contrast 2.93:1
Card sample
#613fba text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613fba;
Background color
Panel with #613fba background
background-color: #613fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613fba; background: linear-gradient(135deg, #613fba, #B33FBA);