#4d87fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
77, 135, 253
HSL
220°, 98%, 65%
CMYK
70, 47, 0, 1
Luminance
0.2600
Every format
| HEX | #4d87fd |
| RGB | rgb(77, 135, 253) |
| HSL | hsl(220, 98%, 65%) |
| CMYK | cmyk(70%, 47%, 0%, 1%) |
| LAB | lab(58.0 19.2 -64.4) |
| LCH | lch(58.0 67.2 286.6) |
| OKLCH | oklch(0.645 0.186 262.7) |
Copy-ready code
/* CSS */
color: #4d87fd;
background-color: #4d87fd;
/* Tailwind (arbitrary) */
class="text-[#4d87fd] bg-[#4d87fd]"
/* SCSS */
$brand: #4d87fd;
/* SwiftUI */
Color(red: 0.302, green: 0.529, blue: 0.992)
/* Android */
Color.parseColor("#4d87fd")Accessibility — WCAG contrast
Aa
#4d87fd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4d87fd on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green52.9%
Blue99.2%
CMYK percentages
Cyan69.6%
Magenta46.6%
Yellow0.0%
Key (black)0.8%
Color previews
#4d87fd text on a black background
contrast 6.20:1
Card sample
#4d87fd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d87fd;
Background color
Panel with #4d87fd background
background-color: #4d87fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d87fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 135, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 135, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d87fd; background: linear-gradient(135deg, #4d87fd, #884DFD);