#2d4370
a dark, soft blue · cool · closest name: steelblue
RGB
45, 67, 112
HSL
220°, 43%, 31%
CMYK
60, 40, 0, 56
Luminance
0.0574
Every format
| HEX | #2d4370 |
| RGB | rgb(45, 67, 112) |
| HSL | hsl(220, 43%, 31%) |
| CMYK | cmyk(60%, 40%, 0%, 56%) |
| LAB | lab(28.8 6.3 -28.6) |
| LCH | lch(28.8 29.3 282.5) |
| OKLCH | oklch(0.388 0.082 263.4) |
Copy-ready code
/* CSS */
color: #2d4370;
background-color: #2d4370;
/* Tailwind (arbitrary) */
class="text-[#2d4370] bg-[#2d4370]"
/* SCSS */
$brand: #2d4370;
/* SwiftUI */
Color(red: 0.176, green: 0.263, blue: 0.439)
/* Android */
Color.parseColor("#2d4370")Accessibility — WCAG contrast
Aa
#2d4370 on white: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d4370 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green26.3%
Blue43.9%
CMYK percentages
Cyan59.8%
Magenta40.2%
Yellow0.0%
Key (black)56.1%
Color previews
#2d4370 text on a black background
contrast 2.15:1
Card sample
#2d4370 text on a white background
contrast 9.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d4370;
Background color
Panel with #2d4370 background
background-color: #2d4370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d4370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 67, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 67, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d4370; background: linear-gradient(135deg, #2d4370, #442D70);