#4786fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
71, 134, 252
HSL
219°, 97%, 63%
CMYK
72, 47, 0, 1
Luminance
0.2542
Every format
| HEX | #4786fc |
| RGB | rgb(71, 134, 252) |
| HSL | hsl(219, 97%, 63%) |
| CMYK | cmyk(72%, 47%, 0%, 1%) |
| LAB | lab(57.5 18.7 -64.7) |
| LCH | lch(57.5 67.4 286.1) |
| OKLCH | oklch(0.640 0.188 261.6) |
Copy-ready code
/* CSS */
color: #4786fc;
background-color: #4786fc;
/* Tailwind (arbitrary) */
class="text-[#4786fc] bg-[#4786fc]"
/* SCSS */
$brand: #4786fc;
/* SwiftUI */
Color(red: 0.278, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#4786fc")Accessibility — WCAG contrast
Aa
#4786fc on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4786fc on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green52.5%
Blue98.8%
CMYK percentages
Cyan71.8%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#4786fc text on a black background
contrast 6.08:1
Card sample
#4786fc text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4786fc;
Background color
Panel with #4786fc background
background-color: #4786fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4786fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4786fc; background: linear-gradient(135deg, #4786fc, #8147FC);