#47598f
a dark, soft blue · warm · closest name: steelblue
RGB
71, 89, 143
HSL
225°, 34%, 42%
CMYK
50, 38, 0, 44
Luminance
0.1047
Every format
| HEX | #47598f |
| RGB | rgb(71, 89, 143) |
| HSL | hsl(225, 34%, 42%) |
| CMYK | cmyk(50%, 38%, 0%, 44%) |
| LAB | lab(38.7 9.0 -32.0) |
| LCH | lch(38.7 33.3 285.6) |
| OKLCH | oklch(0.474 0.090 268.8) |
Copy-ready code
/* CSS */
color: #47598f;
background-color: #47598f;
/* Tailwind (arbitrary) */
class="text-[#47598f] bg-[#47598f]"
/* SCSS */
$brand: #47598f;
/* SwiftUI */
Color(red: 0.278, green: 0.349, blue: 0.561)
/* Android */
Color.parseColor("#47598f")Accessibility — WCAG contrast
Aa
#47598f on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47598f on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green34.9%
Blue56.1%
CMYK percentages
Cyan50.3%
Magenta37.8%
Yellow0.0%
Key (black)43.9%
Color previews
#47598f text on a black background
contrast 3.09:1
Card sample
#47598f text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47598f;
Background color
Panel with #47598f background
background-color: #47598f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47598f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 89, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 89, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47598f; background: linear-gradient(135deg, #47598f, #65478F);