#4976df
a balanced, vivid blue · cool · closest name: royalblue
RGB
73, 118, 223
HSL
222°, 70%, 58%
CMYK
67, 47, 0, 13
Luminance
0.1970
Every format
| HEX | #4976df |
| RGB | rgb(73, 118, 223) |
| HSL | hsl(222, 70%, 58%) |
| CMYK | cmyk(67%, 47%, 0%, 13%) |
| LAB | lab(51.5 18.6 -58.2) |
| LCH | lch(51.5 61.1 287.7) |
| OKLCH | oklch(0.588 0.168 264.4) |
Copy-ready code
/* CSS */
color: #4976df;
background-color: #4976df;
/* Tailwind (arbitrary) */
class="text-[#4976df] bg-[#4976df]"
/* SCSS */
$brand: #4976df;
/* SwiftUI */
Color(red: 0.286, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#4976df")Accessibility — WCAG contrast
Aa
#4976df on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4976df on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green46.3%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4976df text on a black background
contrast 4.94:1
Card sample
#4976df text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4976df;
Background color
Panel with #4976df background
background-color: #4976df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4976df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4976df; background: linear-gradient(135deg, #4976df, #8049DF);