#475cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
71, 92, 223
HSL
232°, 70%, 58%
CMYK
68, 59, 0, 13
Luminance
0.1432
Every format
| HEX | #475cdf |
| RGB | rgb(71, 92, 223) |
| HSL | hsl(232, 70%, 58%) |
| CMYK | cmyk(68%, 59%, 0%, 13%) |
| LAB | lab(44.7 34.5 -69.2) |
| LCH | lch(44.7 77.3 296.5) |
| OKLCH | oklch(0.537 0.200 271.1) |
Copy-ready code
/* CSS */
color: #475cdf;
background-color: #475cdf;
/* Tailwind (arbitrary) */
class="text-[#475cdf] bg-[#475cdf]"
/* SCSS */
$brand: #475cdf;
/* SwiftUI */
Color(red: 0.278, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#475cdf")Accessibility — WCAG contrast
Aa
#475cdf on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#475cdf on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green36.1%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#475cdf text on a black background
contrast 3.86:1
Card sample
#475cdf text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475cdf;
Background color
Panel with #475cdf background
background-color: #475cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475cdf; background: linear-gradient(135deg, #475cdf, #9747DF);