#393cd3
a balanced, vivid blue · warm · closest name: slateblue
RGB
57, 60, 211
HSL
239°, 64%, 53%
CMYK
73, 72, 0, 17
Luminance
0.0880
Every format
| HEX | #393cd3 |
| RGB | rgb(57, 60, 211) |
| HSL | hsl(239, 64%, 53%) |
| CMYK | cmyk(73%, 72%, 0%, 17%) |
| LAB | lab(35.6 48.1 -77.3) |
| LCH | lch(35.6 91.0 301.9) |
| OKLCH | oklch(0.465 0.224 272.7) |
Copy-ready code
/* CSS */
color: #393cd3;
background-color: #393cd3;
/* Tailwind (arbitrary) */
class="text-[#393cd3] bg-[#393cd3]"
/* SCSS */
$brand: #393cd3;
/* SwiftUI */
Color(red: 0.224, green: 0.235, blue: 0.827)
/* Android */
Color.parseColor("#393cd3")Accessibility — WCAG contrast
Aa
#393cd3 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393cd3 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.5%
Blue82.7%
CMYK percentages
Cyan73.0%
Magenta71.6%
Yellow0.0%
Key (black)17.3%
Color previews
#393cd3 text on a black background
contrast 2.76:1
Card sample
#393cd3 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393cd3;
Background color
Panel with #393cd3 background
background-color: #393cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 60, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 60, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393cd3; background: linear-gradient(135deg, #393cd3, #9C39D3);