#4c86fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
76, 134, 252
HSL
220°, 97%, 64%
CMYK
70, 47, 0, 1
Luminance
0.2561
Every format
| HEX | #4c86fc |
| RGB | rgb(76, 134, 252) |
| HSL | hsl(220, 97%, 64%) |
| CMYK | cmyk(70%, 47%, 0%, 1%) |
| LAB | lab(57.7 19.4 -64.4) |
| LCH | lch(57.7 67.3 286.7) |
| OKLCH | oklch(0.642 0.186 262.6) |
Copy-ready code
/* CSS */
color: #4c86fc;
background-color: #4c86fc;
/* Tailwind (arbitrary) */
class="text-[#4c86fc] bg-[#4c86fc]"
/* SCSS */
$brand: #4c86fc;
/* SwiftUI */
Color(red: 0.298, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#4c86fc")Accessibility — WCAG contrast
Aa
#4c86fc on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4c86fc on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green52.5%
Blue98.8%
CMYK percentages
Cyan69.8%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#4c86fc text on a black background
contrast 6.12:1
Card sample
#4c86fc text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c86fc;
Background color
Panel with #4c86fc background
background-color: #4c86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c86fc; background: linear-gradient(135deg, #4c86fc, #874CFC);