#3934df
a balanced, vivid blue · warm · closest name: navy
RGB
57, 52, 223
HSL
242°, 73%, 54%
CMYK
74, 77, 0, 13
Luminance
0.0865
Every format
| HEX | #3934df |
| RGB | rgb(57, 52, 223) |
| HSL | hsl(242, 73%, 54%) |
| CMYK | cmyk(74%, 77%, 0%, 13%) |
| LAB | lab(35.3 56.3 -84.7) |
| LCH | lch(35.3 101.6 303.6) |
| OKLCH | oklch(0.467 0.245 272.7) |
Copy-ready code
/* CSS */
color: #3934df;
background-color: #3934df;
/* Tailwind (arbitrary) */
class="text-[#3934df] bg-[#3934df]"
/* SCSS */
$brand: #3934df;
/* SwiftUI */
Color(red: 0.224, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#3934df")Accessibility — WCAG contrast
Aa
#3934df on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3934df on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green20.4%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#3934df text on a black background
contrast 2.73:1
Card sample
#3934df text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3934df;
Background color
Panel with #3934df background
background-color: #3934df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3934df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3934df; background: linear-gradient(135deg, #3934df, #AB34DF);