#4086fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
64, 134, 252
HSL
218°, 97%, 62%
CMYK
75, 47, 0, 1
Luminance
0.2517
Every format
| HEX | #4086fc |
| RGB | rgb(64, 134, 252) |
| HSL | hsl(218, 97%, 62%) |
| CMYK | cmyk(75%, 47%, 0%, 1%) |
| LAB | lab(57.2 17.8 -65.1) |
| LCH | lch(57.2 67.5 285.3) |
| OKLCH | oklch(0.637 0.190 260.2) |
Copy-ready code
/* CSS */
color: #4086fc;
background-color: #4086fc;
/* Tailwind (arbitrary) */
class="text-[#4086fc] bg-[#4086fc]"
/* SCSS */
$brand: #4086fc;
/* SwiftUI */
Color(red: 0.251, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#4086fc")Accessibility — WCAG contrast
Aa
#4086fc on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4086fc on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green52.5%
Blue98.8%
CMYK percentages
Cyan74.6%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#4086fc text on a black background
contrast 6.03:1
Card sample
#4086fc text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4086fc;
Background color
Panel with #4086fc background
background-color: #4086fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4086fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4086fc; background: linear-gradient(135deg, #4086fc, #7840FC);