#3920df
a balanced, vivid blue · warm · closest name: blue
RGB
57, 32, 223
HSL
248°, 75%, 50%
CMYK
74, 86, 0, 13
Luminance
0.0723
Every format
| HEX | #3920df |
| RGB | rgb(57, 32, 223) |
| HSL | hsl(248, 75%, 50%) |
| CMYK | cmyk(74%, 86%, 0%, 13%) |
| LAB | lab(32.3 65.0 -89.6) |
| LCH | lch(32.3 110.7 306.0) |
| OKLCH | oklch(0.446 0.260 273.9) |
Copy-ready code
/* CSS */
color: #3920df;
background-color: #3920df;
/* Tailwind (arbitrary) */
class="text-[#3920df] bg-[#3920df]"
/* SCSS */
$brand: #3920df;
/* SwiftUI */
Color(red: 0.224, green: 0.125, blue: 0.875)
/* Android */
Color.parseColor("#3920df")Accessibility — WCAG contrast
Aa
#3920df on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3920df on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green12.5%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta85.7%
Yellow0.0%
Key (black)12.5%
Color previews
#3920df text on a black background
contrast 2.45:1
Card sample
#3920df text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3920df;
Background color
Panel with #3920df background
background-color: #3920df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3920df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 32, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 32, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3920df; background: linear-gradient(135deg, #3920df, #B820DF);