#393cdf
a balanced, vivid blue · warm · closest name: navy
RGB
57, 60, 223
HSL
239°, 72%, 55%
CMYK
74, 73, 0, 13
Luminance
0.0943
Every format
| HEX | #393cdf |
| RGB | rgb(57, 60, 223) |
| HSL | hsl(239, 72%, 55%) |
| CMYK | cmyk(74%, 73%, 0%, 13%) |
| LAB | lab(36.8 52.0 -82.2) |
| LCH | lch(36.8 97.3 302.3) |
| OKLCH | oklch(0.477 0.238 272.1) |
Copy-ready code
/* CSS */
color: #393cdf;
background-color: #393cdf;
/* Tailwind (arbitrary) */
class="text-[#393cdf] bg-[#393cdf]"
/* SCSS */
$brand: #393cdf;
/* SwiftUI */
Color(red: 0.224, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#393cdf")Accessibility — WCAG contrast
Aa
#393cdf on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393cdf on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.5%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#393cdf text on a black background
contrast 2.89:1
Card sample
#393cdf text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393cdf;
Background color
Panel with #393cdf background
background-color: #393cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393cdf; background: linear-gradient(135deg, #393cdf, #A539DF);