Steel Blue
#2373BE
BlueColor Codes
All color formats for development
HEX
#2373BERGB
rgb(35, 115, 190)HSL
hsl(209, 69%, 44%)OKLCH
oklch(0.547 0.139 251)CMYK
cmyk(82%, 39%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F67AB
2#1C5C98
3#185085
4#154572
5#11395F
6#0E2E4C
7#0A2239
8#071726
9#030B13
Tints
Lighter variations
1#2781D6
2#3E8FDC
3#569DE0
4#6EABE4
5#86B9E9
6#9EC7ED
7#B7D5F2
8#CFE3F6
9#E7F1FB
Tones
Muted variations
1#2B73B6
2#3272AE
3#3A72A6
4#42729F
5#497197
6#51718F
7#597187
8#617180
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC6 #9CC6ED | BordersInactive statesPlaceholder text |
| 400 | 68A8 #68A8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8F #3D8FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2373 #2373BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5B #1C5B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1441 #14416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2A #0D2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EEF9;
--steel-blue-200: #C7DFF5;
--steel-blue-300: #9CC6ED;
--steel-blue-400: #68A8E3;
--steel-blue-500: #3D8FDB;
--steel-blue-600: #2373BE;
--steel-blue-700: #1C5B97;
--steel-blue-800: #14416C;
--steel-blue-900: #0D2A45;
--steel-blue-950: #081A2B;
}