Steel Blue
#2A73B7
BlueColor Codes
All color formats for development
HEX
#2A73B7RGB
rgb(42, 115, 183)HSL
hsl(209, 63%, 44%)OKLCH
oklch(0.544 0.128 250.2)CMYK
cmyk(77%, 37%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2567A5
2#215C92
3#1D5080
4#19456E
5#15395B
6#112E49
7#0C2237
8#081725
9#040B12
Tints
Lighter variations
1#2F81CE
2#458FD5
3#5C9DDA
4#73ABDF
5#8BB9E5
6#A2C7EA
7#B9D5EF
8#D0E3F4
9#E8F1FA
Tones
Muted variations
1#3172B0
2#3872A9
3#3F72A2
4#46729B
5#4D7194
6#54718C
7#5B7185
8#62717E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DF #C9DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC6 #9FC6E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA8 #6EA8DE | Disabled statesSecondary iconsMuted text |
| 500 | 448F #448FD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A73 #2A73B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215B #215B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1841 #184168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2A #0F2A43 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EEF8;
--steel-blue-200: #C9DFF3;
--steel-blue-300: #9FC6E9;
--steel-blue-400: #6EA8DE;
--steel-blue-500: #448FD5;
--steel-blue-600: #2A73B7;
--steel-blue-700: #215B91;
--steel-blue-800: #184168;
--steel-blue-900: #0F2A43;
--steel-blue-950: #091A2A;
}