#4f87eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
79, 135, 235
HSL
219°, 80%, 62%
CMYK
66, 43, 0, 8
Luminance
0.2499
Every format
| HEX | #4f87eb |
| RGB | rgb(79, 135, 235) |
| HSL | hsl(219, 80%, 62%) |
| CMYK | cmyk(66%, 43%, 0%, 8%) |
| LAB | lab(57.1 13.3 -56.0) |
| LCH | lch(57.1 57.5 283.3) |
| OKLCH | oklch(0.634 0.162 261.0) |
Copy-ready code
/* CSS */
color: #4f87eb;
background-color: #4f87eb;
/* Tailwind (arbitrary) */
class="text-[#4f87eb] bg-[#4f87eb]"
/* SCSS */
$brand: #4f87eb;
/* SwiftUI */
Color(red: 0.310, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#4f87eb")Accessibility — WCAG contrast
Aa
#4f87eb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f87eb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green52.9%
Blue92.2%
CMYK percentages
Cyan66.4%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#4f87eb text on a black background
contrast 6.00:1
Card sample
#4f87eb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f87eb;
Background color
Panel with #4f87eb background
background-color: #4f87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f87eb; background: linear-gradient(135deg, #4f87eb, #7F4FEB);