#476cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
71, 108, 223
HSL
225°, 70%, 58%
CMYK
68, 52, 0, 13
Luminance
0.1739
Every format
| HEX | #476cdf |
| RGB | rgb(71, 108, 223) |
| HSL | hsl(225, 70%, 58%) |
| CMYK | cmyk(68%, 52%, 0%, 13%) |
| LAB | lab(48.8 24.5 -62.6) |
| LCH | lch(48.8 67.3 291.4) |
| OKLCH | oklch(0.567 0.180 267.1) |
Copy-ready code
/* CSS */
color: #476cdf;
background-color: #476cdf;
/* Tailwind (arbitrary) */
class="text-[#476cdf] bg-[#476cdf]"
/* SCSS */
$brand: #476cdf;
/* SwiftUI */
Color(red: 0.278, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#476cdf")Accessibility — WCAG contrast
Aa
#476cdf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476cdf on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green42.4%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#476cdf text on a black background
contrast 4.48:1
Card sample
#476cdf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476cdf;
Background color
Panel with #476cdf background
background-color: #476cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476cdf; background: linear-gradient(135deg, #476cdf, #8747DF);