#46587b
a dark, soft blue · cool · closest name: steelblue
RGB
70, 88, 123
HSL
220°, 28%, 38%
CMYK
43, 29, 0, 52
Luminance
0.0971
Every format
| HEX | #46587b |
| RGB | rgb(70, 88, 123) |
| HSL | hsl(220, 28%, 38%) |
| CMYK | cmyk(43%, 29%, 0%, 52%) |
| LAB | lab(37.3 3.0 -22.0) |
| LCH | lch(37.3 22.2 277.7) |
| OKLCH | oklch(0.461 0.062 263.2) |
Copy-ready code
/* CSS */
color: #46587b;
background-color: #46587b;
/* Tailwind (arbitrary) */
class="text-[#46587b] bg-[#46587b]"
/* SCSS */
$brand: #46587b;
/* SwiftUI */
Color(red: 0.275, green: 0.345, blue: 0.482)
/* Android */
Color.parseColor("#46587b")Accessibility — WCAG contrast
Aa
#46587b on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46587b on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green34.5%
Blue48.2%
CMYK percentages
Cyan43.1%
Magenta28.5%
Yellow0.0%
Key (black)51.8%
Color previews
#46587b text on a black background
contrast 2.94:1
Card sample
#46587b text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46587b;
Background color
Panel with #46587b background
background-color: #46587b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46587b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 88, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 88, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46587b; background: linear-gradient(135deg, #46587b, #57467B);