#464675
a dark, soft blue · warm · closest name: steelblue
RGB
70, 70, 117
HSL
240°, 25%, 37%
CMYK
40, 40, 0, 54
Luminance
0.0697
Every format
| HEX | #464675 |
| RGB | rgb(70, 70, 117) |
| HSL | hsl(240, 25%, 37%) |
| CMYK | cmyk(40%, 40%, 0%, 54%) |
| LAB | lab(31.7 12.7 -27.0) |
| LCH | lch(31.7 29.8 295.2) |
| OKLCH | oklch(0.416 0.078 282.5) |
Copy-ready code
/* CSS */
color: #464675;
background-color: #464675;
/* Tailwind (arbitrary) */
class="text-[#464675] bg-[#464675]"
/* SCSS */
$brand: #464675;
/* SwiftUI */
Color(red: 0.275, green: 0.275, blue: 0.459)
/* Android */
Color.parseColor("#464675")Accessibility — WCAG contrast
Aa
#464675 on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#464675 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green27.5%
Blue45.9%
CMYK percentages
Cyan40.2%
Magenta40.2%
Yellow0.0%
Key (black)54.1%
Color previews
#464675 text on a black background
contrast 2.39:1
Card sample
#464675 text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #464675;
Background color
Panel with #464675 background
background-color: #464675;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #464675;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 70, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 70, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #464675; background: linear-gradient(135deg, #464675, #654675);