#473fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
71, 63, 223
HSL
243°, 71%, 56%
CMYK
68, 72, 0, 13
Luminance
0.1022
Every format
| HEX | #473fdf |
| RGB | rgb(71, 63, 223) |
| HSL | hsl(243, 71%, 56%) |
| CMYK | cmyk(68%, 72%, 0%, 13%) |
| LAB | lab(38.2 51.7 -79.8) |
| LCH | lch(38.2 95.1 302.9) |
| OKLCH | oklch(0.490 0.232 275.8) |
Copy-ready code
/* CSS */
color: #473fdf;
background-color: #473fdf;
/* Tailwind (arbitrary) */
class="text-[#473fdf] bg-[#473fdf]"
/* SCSS */
$brand: #473fdf;
/* SwiftUI */
Color(red: 0.278, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#473fdf")Accessibility — WCAG contrast
Aa
#473fdf on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#473fdf on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green24.7%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#473fdf text on a black background
contrast 3.04:1
Card sample
#473fdf text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #473fdf;
Background color
Panel with #473fdf background
background-color: #473fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #473fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #473fdf; background: linear-gradient(135deg, #473fdf, #B23FDF);