#3986fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
57, 134, 252
HSL
216°, 97%, 61%
CMYK
77, 47, 0, 1
Luminance
0.2495
Every format
| HEX | #3986fc |
| RGB | rgb(57, 134, 252) |
| HSL | hsl(216, 97%, 61%) |
| CMYK | cmyk(77%, 47%, 0%, 1%) |
| LAB | lab(57.0 17.1 -65.5) |
| LCH | lch(57.0 67.7 284.6) |
| OKLCH | oklch(0.635 0.192 259.0) |
Copy-ready code
/* CSS */
color: #3986fc;
background-color: #3986fc;
/* Tailwind (arbitrary) */
class="text-[#3986fc] bg-[#3986fc]"
/* SCSS */
$brand: #3986fc;
/* SwiftUI */
Color(red: 0.224, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#3986fc")Accessibility — WCAG contrast
Aa
#3986fc on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3986fc on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green52.5%
Blue98.8%
CMYK percentages
Cyan77.4%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#3986fc text on a black background
contrast 5.99:1
Card sample
#3986fc text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3986fc;
Background color
Panel with #3986fc background
background-color: #3986fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3986fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3986fc; background: linear-gradient(135deg, #3986fc, #6E39FC);