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