#3586fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
53, 134, 252
HSL
216°, 97%, 60%
CMYK
79, 47, 0, 1
Luminance
0.2484
Every format
| HEX | #3586fc |
| RGB | rgb(53, 134, 252) |
| HSL | hsl(216, 97%, 60%) |
| CMYK | cmyk(79%, 47%, 0%, 1%) |
| LAB | lab(56.9 16.7 -65.7) |
| LCH | lch(56.9 67.8 284.2) |
| OKLCH | oklch(0.634 0.193 258.4) |
Copy-ready code
/* CSS */
color: #3586fc;
background-color: #3586fc;
/* Tailwind (arbitrary) */
class="text-[#3586fc] bg-[#3586fc]"
/* SCSS */
$brand: #3586fc;
/* SwiftUI */
Color(red: 0.208, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#3586fc")Accessibility — WCAG contrast
Aa
#3586fc on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3586fc on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green52.5%
Blue98.8%
CMYK percentages
Cyan79.0%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#3586fc text on a black background
contrast 5.97:1
Card sample
#3586fc text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3586fc;
Background color
Panel with #3586fc background
background-color: #3586fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3586fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3586fc; background: linear-gradient(135deg, #3586fc, #6935FC);