#4f71df
a balanced, vivid blue · warm · closest name: royalblue
RGB
79, 113, 223
HSL
226°, 69%, 59%
CMYK
65, 49, 0, 13
Luminance
0.1880
Every format
| HEX | #4f71df |
| RGB | rgb(79, 113, 223) |
| HSL | hsl(226, 69%, 59%) |
| CMYK | cmyk(65%, 49%, 0%, 13%) |
| LAB | lab(50.5 22.6 -59.9) |
| LCH | lch(50.5 64.0 290.7) |
| OKLCH | oklch(0.581 0.172 267.8) |
Copy-ready code
/* CSS */
color: #4f71df;
background-color: #4f71df;
/* Tailwind (arbitrary) */
class="text-[#4f71df] bg-[#4f71df]"
/* SCSS */
$brand: #4f71df;
/* SwiftUI */
Color(red: 0.310, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#4f71df")Accessibility — WCAG contrast
Aa
#4f71df on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f71df on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green44.3%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4f71df text on a black background
contrast 4.76:1
Card sample
#4f71df text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f71df;
Background color
Panel with #4f71df background
background-color: #4f71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f71df; background: linear-gradient(135deg, #4f71df, #8D4FDF);