#47658f
a dark, soft blue · cool · closest name: steelblue
RGB
71, 101, 143
HSL
215°, 34%, 42%
CMYK
50, 29, 0, 44
Luminance
0.1263
Every format
| HEX | #47658f |
| RGB | rgb(71, 101, 143) |
| HSL | hsl(215, 34%, 42%) |
| CMYK | cmyk(50%, 29%, 0%, 44%) |
| LAB | lab(42.2 1.4 -26.5) |
| LCH | lch(42.2 26.5 273.1) |
| OKLCH | oklch(0.502 0.076 256.9) |
Copy-ready code
/* CSS */
color: #47658f;
background-color: #47658f;
/* Tailwind (arbitrary) */
class="text-[#47658f] bg-[#47658f]"
/* SCSS */
$brand: #47658f;
/* SwiftUI */
Color(red: 0.278, green: 0.396, blue: 0.561)
/* Android */
Color.parseColor("#47658f")Accessibility — WCAG contrast
Aa
#47658f on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47658f on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green39.6%
Blue56.1%
CMYK percentages
Cyan50.3%
Magenta29.4%
Yellow0.0%
Key (black)43.9%
Color previews
#47658f text on a black background
contrast 3.53:1
Card sample
#47658f text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47658f;
Background color
Panel with #47658f background
background-color: #47658f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47658f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 101, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 101, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47658f; background: linear-gradient(135deg, #47658f, #59478F);