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