#2b496e
a dark, soft blue · cool · closest name: steelblue
RGB
43, 73, 110
HSL
213°, 44%, 30%
CMYK
61, 34, 0, 57
Luminance
0.0640
Every format
| HEX | #2b496e |
| RGB | rgb(43, 73, 110) |
| HSL | hsl(213, 44%, 30%) |
| CMYK | cmyk(61%, 34%, 0%, 57%) |
| LAB | lab(30.4 1.1 -24.8) |
| LCH | lch(30.4 24.8 272.7) |
| OKLCH | oklch(0.400 0.072 254.5) |
Copy-ready code
/* CSS */
color: #2b496e;
background-color: #2b496e;
/* Tailwind (arbitrary) */
class="text-[#2b496e] bg-[#2b496e]"
/* SCSS */
$brand: #2b496e;
/* SwiftUI */
Color(red: 0.169, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#2b496e")Accessibility — WCAG contrast
Aa
#2b496e on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b496e on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green28.6%
Blue43.1%
CMYK percentages
Cyan60.9%
Magenta33.6%
Yellow0.0%
Key (black)56.9%
Color previews
#2b496e text on a black background
contrast 2.28:1
Card sample
#2b496e text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b496e;
Background color
Panel with #2b496e background
background-color: #2b496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b496e; background: linear-gradient(135deg, #2b496e, #3A2B6E);