#4776df
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 118, 223
HSL
221°, 70%, 58%
CMYK
68, 47, 0, 13
Luminance
0.1962
Every format
| HEX | #4776df |
| RGB | rgb(71, 118, 223) |
| HSL | hsl(221, 70%, 58%) |
| CMYK | cmyk(68%, 47%, 0%, 13%) |
| LAB | lab(51.4 18.3 -58.4) |
| LCH | lch(51.4 61.1 287.4) |
| OKLCH | oklch(0.587 0.168 263.9) |
Copy-ready code
/* CSS */
color: #4776df;
background-color: #4776df;
/* Tailwind (arbitrary) */
class="text-[#4776df] bg-[#4776df]"
/* SCSS */
$brand: #4776df;
/* SwiftUI */
Color(red: 0.278, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#4776df")Accessibility — WCAG contrast
Aa
#4776df on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4776df on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green46.3%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4776df text on a black background
contrast 4.92:1
Card sample
#4776df text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4776df;
Background color
Panel with #4776df background
background-color: #4776df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4776df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4776df; background: linear-gradient(135deg, #4776df, #7D47DF);