#3928df
a balanced, vivid blue · warm · closest name: blue
RGB
57, 40, 223
HSL
246°, 74%, 52%
CMYK
74, 82, 0, 13
Luminance
0.0772
Every format
| HEX | #3928df |
| RGB | rgb(57, 40, 223) |
| HSL | hsl(246, 74%, 52%) |
| CMYK | cmyk(74%, 82%, 0%, 13%) |
| LAB | lab(33.4 61.9 -87.8) |
| LCH | lch(33.4 107.4 305.2) |
| OKLCH | oklch(0.453 0.255 273.5) |
Copy-ready code
/* CSS */
color: #3928df;
background-color: #3928df;
/* Tailwind (arbitrary) */
class="text-[#3928df] bg-[#3928df]"
/* SCSS */
$brand: #3928df;
/* SwiftUI */
Color(red: 0.224, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#3928df")Accessibility — WCAG contrast
Aa
#3928df on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3928df on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green15.7%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3928df text on a black background
contrast 2.54:1
Card sample
#3928df text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3928df;
Background color
Panel with #3928df background
background-color: #3928df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3928df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3928df; background: linear-gradient(135deg, #3928df, #B328DF);