#4f86ff
a light, electric blue · cool · closest name: dodgerblue
RGB
79, 134, 255
HSL
221°, 100%, 66%
CMYK
69, 48, 0, 0
Luminance
0.2593
Every format
| HEX | #4f86ff |
| RGB | rgb(79, 134, 255) |
| HSL | hsl(221, 100%, 66%) |
| CMYK | cmyk(69%, 48%, 0%, 0%) |
| LAB | lab(58.0 20.8 -65.6) |
| LCH | lch(58.0 68.8 287.6) |
| OKLCH | oklch(0.645 0.189 263.6) |
Copy-ready code
/* CSS */
color: #4f86ff;
background-color: #4f86ff;
/* Tailwind (arbitrary) */
class="text-[#4f86ff] bg-[#4f86ff]"
/* SCSS */
$brand: #4f86ff;
/* SwiftUI */
Color(red: 0.310, green: 0.525, blue: 1.000)
/* Android */
Color.parseColor("#4f86ff")Accessibility — WCAG contrast
Aa
#4f86ff on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f86ff on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green52.5%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta47.5%
Yellow0.0%
Key (black)0.0%
Color previews
#4f86ff text on a black background
contrast 6.19:1
Card sample
#4f86ff text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f86ff;
Background color
Panel with #4f86ff background
background-color: #4f86ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f86ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 134, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 134, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f86ff; background: linear-gradient(135deg, #4f86ff, #8E4FFF);