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