#475d8f
a dark, soft blue · cool · closest name: steelblue
RGB
71, 93, 143
HSL
222°, 34%, 42%
CMYK
50, 35, 0, 44
Luminance
0.1115
Every format
| HEX | #475d8f |
| RGB | rgb(71, 93, 143) |
| HSL | hsl(222, 34%, 42%) |
| CMYK | cmyk(50%, 35%, 0%, 44%) |
| LAB | lab(39.8 6.4 -30.2) |
| LCH | lch(39.8 30.9 282.0) |
| OKLCH | oklch(0.483 0.085 265.3) |
Copy-ready code
/* CSS */
color: #475d8f;
background-color: #475d8f;
/* Tailwind (arbitrary) */
class="text-[#475d8f] bg-[#475d8f]"
/* SCSS */
$brand: #475d8f;
/* SwiftUI */
Color(red: 0.278, green: 0.365, blue: 0.561)
/* Android */
Color.parseColor("#475d8f")Accessibility — WCAG contrast
Aa
#475d8f on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#475d8f on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green36.5%
Blue56.1%
CMYK percentages
Cyan50.3%
Magenta35.0%
Yellow0.0%
Key (black)43.9%
Color previews
#475d8f text on a black background
contrast 3.23:1
Card sample
#475d8f text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475d8f;
Background color
Panel with #475d8f background
background-color: #475d8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475d8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 93, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 93, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475d8f; background: linear-gradient(135deg, #475d8f, #61478F);