#473ad6
a balanced, vivid blue · warm · closest name: slateblue
RGB
71, 58, 214
HSL
245°, 66%, 53%
CMYK
67, 73, 0, 16
Luminance
0.0922
Every format
| HEX | #473ad6 |
| RGB | rgb(71, 58, 214) |
| HSL | hsl(245, 66%, 53%) |
| CMYK | cmyk(67%, 73%, 0%, 16%) |
| LAB | lab(36.4 51.6 -77.6) |
| LCH | lch(36.4 93.2 303.6) |
| OKLCH | oklch(0.474 0.226 277.1) |
Copy-ready code
/* CSS */
color: #473ad6;
background-color: #473ad6;
/* Tailwind (arbitrary) */
class="text-[#473ad6] bg-[#473ad6]"
/* SCSS */
$brand: #473ad6;
/* SwiftUI */
Color(red: 0.278, green: 0.227, blue: 0.839)
/* Android */
Color.parseColor("#473ad6")Accessibility — WCAG contrast
Aa
#473ad6 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#473ad6 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green22.7%
Blue83.9%
CMYK percentages
Cyan66.8%
Magenta72.9%
Yellow0.0%
Key (black)16.1%
Color previews
#473ad6 text on a black background
contrast 2.84:1
Card sample
#473ad6 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #473ad6;
Background color
Panel with #473ad6 background
background-color: #473ad6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #473ad6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 58, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 58, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #473ad6; background: linear-gradient(135deg, #473ad6, #AF3AD6);