#6038af
a balanced, vivid violet · warm · closest name: slateblue
RGB
96, 56, 175
HSL
260°, 52%, 45%
CMYK
45, 68, 0, 31
Luminance
0.0841
Every format
| HEX | #6038af |
| RGB | rgb(96, 56, 175) |
| HSL | hsl(260, 52%, 45%) |
| CMYK | cmyk(45%, 68%, 0%, 31%) |
| LAB | lab(34.8 44.8 -57.3) |
| LCH | lch(34.8 72.8 308.0) |
| OKLCH | oklch(0.458 0.179 293.5) |
Copy-ready code
/* CSS */
color: #6038af;
background-color: #6038af;
/* Tailwind (arbitrary) */
class="text-[#6038af] bg-[#6038af]"
/* SCSS */
$brand: #6038af;
/* SwiftUI */
Color(red: 0.376, green: 0.220, blue: 0.686)
/* Android */
Color.parseColor("#6038af")Accessibility — WCAG contrast
Aa
#6038af on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6038af on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green22.0%
Blue68.6%
CMYK percentages
Cyan45.1%
Magenta68.0%
Yellow0.0%
Key (black)31.4%
Color previews
#6038af text on a black background
contrast 2.68:1
Card sample
#6038af text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6038af;
Background color
Panel with #6038af background
background-color: #6038af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6038af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 56, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 56, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6038af; background: linear-gradient(135deg, #6038af, #AF38AF);