#474cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
71, 76, 223
HSL
238°, 70%, 58%
CMYK
68, 66, 0, 13
Luminance
0.1184
Every format
| HEX | #474cdf |
| RGB | rgb(71, 76, 223) |
| HSL | hsl(238, 70%, 58%) |
| CMYK | cmyk(68%, 66%, 0%, 13%) |
| LAB | lab(41.0 44.3 -75.3) |
| LCH | lch(41.0 87.4 300.4) |
| OKLCH | oklch(0.509 0.218 274.0) |
Copy-ready code
/* CSS */
color: #474cdf;
background-color: #474cdf;
/* Tailwind (arbitrary) */
class="text-[#474cdf] bg-[#474cdf]"
/* SCSS */
$brand: #474cdf;
/* SwiftUI */
Color(red: 0.278, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#474cdf")Accessibility — WCAG contrast
Aa
#474cdf on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#474cdf on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#474cdf text on a black background
contrast 3.37:1
Card sample
#474cdf text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474cdf;
Background color
Panel with #474cdf background
background-color: #474cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474cdf; background: linear-gradient(135deg, #474cdf, #A747DF);