#4f7fda
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
79, 127, 218
HSL
219°, 65%, 58%
CMYK
64, 42, 0, 15
Luminance
0.2190
Every format
| HEX | #4f7fda |
| RGB | rgb(79, 127, 218) |
| HSL | hsl(219, 65%, 58%) |
| CMYK | cmyk(64%, 42%, 0%, 15%) |
| LAB | lab(53.9 12.3 -51.5) |
| LCH | lch(53.9 52.9 283.4) |
| OKLCH | oklch(0.607 0.148 262.0) |
Copy-ready code
/* CSS */
color: #4f7fda;
background-color: #4f7fda;
/* Tailwind (arbitrary) */
class="text-[#4f7fda] bg-[#4f7fda]"
/* SCSS */
$brand: #4f7fda;
/* SwiftUI */
Color(red: 0.310, green: 0.498, blue: 0.855)
/* Android */
Color.parseColor("#4f7fda")Accessibility — WCAG contrast
Aa
#4f7fda on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f7fda on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green49.8%
Blue85.5%
CMYK percentages
Cyan63.8%
Magenta41.7%
Yellow0.0%
Key (black)14.5%
Color previews
#4f7fda text on a black background
contrast 5.38:1
Card sample
#4f7fda text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f7fda;
Background color
Panel with #4f7fda background
background-color: #4f7fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f7fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 127, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 127, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f7fda; background: linear-gradient(135deg, #4f7fda, #7C4FDA);