#474bc2
a balanced, vivid blue · warm · closest name: slateblue
RGB
71, 75, 194
HSL
238°, 50%, 52%
CMYK
63, 61, 0, 24
Luminance
0.1027
Every format
| HEX | #474bc2 |
| RGB | rgb(71, 75, 194) |
| HSL | hsl(238, 50%, 52%) |
| CMYK | cmyk(63%, 61%, 0%, 24%) |
| LAB | lab(38.3 35.2 -62.9) |
| LCH | lch(38.3 72.1 299.2) |
| OKLCH | oklch(0.482 0.182 275.7) |
Copy-ready code
/* CSS */
color: #474bc2;
background-color: #474bc2;
/* Tailwind (arbitrary) */
class="text-[#474bc2] bg-[#474bc2]"
/* SCSS */
$brand: #474bc2;
/* SwiftUI */
Color(red: 0.278, green: 0.294, blue: 0.761)
/* Android */
Color.parseColor("#474bc2")Accessibility — WCAG contrast
Aa
#474bc2 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#474bc2 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green29.4%
Blue76.1%
CMYK percentages
Cyan63.4%
Magenta61.3%
Yellow0.0%
Key (black)23.9%
Color previews
#474bc2 text on a black background
contrast 3.05:1
Card sample
#474bc2 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474bc2;
Background color
Panel with #474bc2 background
background-color: #474bc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474bc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 75, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 75, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474bc2; background: linear-gradient(135deg, #474bc2, #9547C2);