#474fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
71, 79, 223
HSL
237°, 70%, 58%
CMYK
68, 65, 0, 13
Luminance
0.1226
Every format
| HEX | #474fdf |
| RGB | rgb(71, 79, 223) |
| HSL | hsl(237, 70%, 58%) |
| CMYK | cmyk(68%, 65%, 0%, 13%) |
| LAB | lab(41.6 42.5 -74.2) |
| LCH | lch(41.6 85.5 299.8) |
| OKLCH | oklch(0.514 0.215 273.5) |
Copy-ready code
/* CSS */
color: #474fdf;
background-color: #474fdf;
/* Tailwind (arbitrary) */
class="text-[#474fdf] bg-[#474fdf]"
/* SCSS */
$brand: #474fdf;
/* SwiftUI */
Color(red: 0.278, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#474fdf")Accessibility — WCAG contrast
Aa
#474fdf on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#474fdf on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green31.0%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#474fdf text on a black background
contrast 3.45:1
Card sample
#474fdf text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474fdf;
Background color
Panel with #474fdf background
background-color: #474fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474fdf; background: linear-gradient(135deg, #474fdf, #A447DF);