#464f7b
a dark, soft blue · warm · closest name: steelblue
RGB
70, 79, 123
HSL
230°, 28%, 38%
CMYK
43, 36, 0, 52
Luminance
0.0832
Every format
| HEX | #464f7b |
| RGB | rgb(70, 79, 123) |
| HSL | hsl(230, 28%, 38%) |
| CMYK | cmyk(43%, 36%, 0%, 52%) |
| LAB | lab(34.6 8.7 -26.1) |
| LCH | lch(34.6 27.5 288.4) |
| OKLCH | oklch(0.440 0.073 274.2) |
Copy-ready code
/* CSS */
color: #464f7b;
background-color: #464f7b;
/* Tailwind (arbitrary) */
class="text-[#464f7b] bg-[#464f7b]"
/* SCSS */
$brand: #464f7b;
/* SwiftUI */
Color(red: 0.275, green: 0.310, blue: 0.482)
/* Android */
Color.parseColor("#464f7b")Accessibility — WCAG contrast
Aa
#464f7b on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#464f7b on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green31.0%
Blue48.2%
CMYK percentages
Cyan43.1%
Magenta35.8%
Yellow0.0%
Key (black)51.8%
Color previews
#464f7b text on a black background
contrast 2.66:1
Card sample
#464f7b text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #464f7b;
Background color
Panel with #464f7b background
background-color: #464f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #464f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 79, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 79, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #464f7b; background: linear-gradient(135deg, #464f7b, #60467B);