#393dcd
a balanced, vivid blue · warm · closest name: slateblue
RGB
57, 61, 205
HSL
238°, 60%, 51%
CMYK
72, 70, 0, 20
Luminance
0.0862
Every format
| HEX | #393dcd |
| RGB | rgb(57, 61, 205) |
| HSL | hsl(238, 60%, 51%) |
| CMYK | cmyk(72%, 70%, 0%, 20%) |
| LAB | lab(35.2 45.6 -74.4) |
| LCH | lch(35.2 87.2 301.5) |
| OKLCH | oklch(0.461 0.215 272.9) |
Copy-ready code
/* CSS */
color: #393dcd;
background-color: #393dcd;
/* Tailwind (arbitrary) */
class="text-[#393dcd] bg-[#393dcd]"
/* SCSS */
$brand: #393dcd;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.804)
/* Android */
Color.parseColor("#393dcd")Accessibility — WCAG contrast
Aa
#393dcd on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393dcd on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue80.4%
CMYK percentages
Cyan72.2%
Magenta70.2%
Yellow0.0%
Key (black)19.6%
Color previews
#393dcd text on a black background
contrast 2.72:1
Card sample
#393dcd text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393dcd;
Background color
Panel with #393dcd background
background-color: #393dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393dcd; background: linear-gradient(135deg, #393dcd, #9839CD);