#392ade
a balanced, vivid blue · warm · closest name: blue
RGB
57, 42, 222
HSL
245°, 73%, 52%
CMYK
74, 81, 0, 13
Luminance
0.0780
Every format
| HEX | #392ade |
| RGB | rgb(57, 42, 222) |
| HSL | hsl(245, 73%, 52%) |
| CMYK | cmyk(74%, 81%, 0%, 13%) |
| LAB | lab(33.6 60.7 -87.0) |
| LCH | lch(33.6 106.1 304.9) |
| OKLCH | oklch(0.454 0.252 273.5) |
Copy-ready code
/* CSS */
color: #392ade;
background-color: #392ade;
/* Tailwind (arbitrary) */
class="text-[#392ade] bg-[#392ade]"
/* SCSS */
$brand: #392ade;
/* SwiftUI */
Color(red: 0.224, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#392ade")Accessibility — WCAG contrast
Aa
#392ade on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392ade on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green16.5%
Blue87.1%
CMYK percentages
Cyan74.3%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#392ade text on a black background
contrast 2.56:1
Card sample
#392ade text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392ade;
Background color
Panel with #392ade background
background-color: #392ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392ade; background: linear-gradient(135deg, #392ade, #B12ADE);