#3960c1
a balanced, vivid blue · cool · closest name: royalblue
RGB
57, 96, 193
HSL
223°, 54%, 49%
CMYK
71, 50, 0, 24
Luminance
0.1309
Every format
| HEX | #3960c1 |
| RGB | rgb(57, 96, 193) |
| HSL | hsl(223, 54%, 49%) |
| CMYK | cmyk(71%, 50%, 0%, 24%) |
| LAB | lab(42.9 19.3 -55.0) |
| LCH | lch(42.9 58.2 289.3) |
| OKLCH | oklch(0.514 0.158 264.9) |
Copy-ready code
/* CSS */
color: #3960c1;
background-color: #3960c1;
/* Tailwind (arbitrary) */
class="text-[#3960c1] bg-[#3960c1]"
/* SCSS */
$brand: #3960c1;
/* SwiftUI */
Color(red: 0.224, green: 0.376, blue: 0.757)
/* Android */
Color.parseColor("#3960c1")Accessibility — WCAG contrast
Aa
#3960c1 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3960c1 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green37.6%
Blue75.7%
CMYK percentages
Cyan70.5%
Magenta50.3%
Yellow0.0%
Key (black)24.3%
Color previews
#3960c1 text on a black background
contrast 3.62:1
Card sample
#3960c1 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3960c1;
Background color
Panel with #3960c1 background
background-color: #3960c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3960c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 96, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 96, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3960c1; background: linear-gradient(135deg, #3960c1, #6D39C1);