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