#5338c2
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 56, 194
HSL
252°, 55%, 49%
CMYK
57, 71, 0, 24
Luminance
0.0856
Every format
| HEX | #5338c2 |
| RGB | rgb(83, 56, 194) |
| HSL | hsl(252, 55%, 49%) |
| CMYK | cmyk(57%, 71%, 0%, 24%) |
| LAB | lab(35.1 48.1 -68.1) |
| LCH | lch(35.1 83.4 305.2) |
| OKLCH | oklch(0.462 0.202 284.2) |
Copy-ready code
/* CSS */
color: #5338c2;
background-color: #5338c2;
/* Tailwind (arbitrary) */
class="text-[#5338c2] bg-[#5338c2]"
/* SCSS */
$brand: #5338c2;
/* SwiftUI */
Color(red: 0.325, green: 0.220, blue: 0.761)
/* Android */
Color.parseColor("#5338c2")Accessibility — WCAG contrast
Aa
#5338c2 on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5338c2 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green22.0%
Blue76.1%
CMYK percentages
Cyan57.2%
Magenta71.1%
Yellow0.0%
Key (black)23.9%
Color previews
#5338c2 text on a black background
contrast 2.71:1
Card sample
#5338c2 text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5338c2;
Background color
Panel with #5338c2 background
background-color: #5338c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5338c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 56, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 56, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5338c2; background: linear-gradient(135deg, #5338c2, #AF38C2);