Steel Blue
#2173C0
BlueColor Codes
All color formats for development
HEX
#2173C0RGB
rgb(33, 115, 192)HSL
hsl(209, 71%, 44%)OKLCH
oklch(0.548 0.142 251.3)CMYK
cmyk(83%, 40%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D67AD
2#1A5C99
3#175086
4#144573
5#103960
6#0D2E4D
7#0A223A
8#071726
9#030B13
Tints
Lighter variations
1#2581D8
2#3C8FDE
3#549DE2
4#6CABE6
5#85B9EA
6#9DC7EE
7#B6D5F3
8#CEE3F7
9#E7F1FB
Tones
Muted variations
1#2973B8
2#3072B0
3#3872A8
4#4072A0
5#487298
6#507190
7#587188
8#607180
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC6 #9BC6EE | BordersInactive statesPlaceholder text |
| 400 | 66A8 #66A8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B8F #3B8FDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2173 #2173C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A5B #1A5B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1241 #12416D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A46 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0EEFA;
--steel-blue-200: #C6DFF5;
--steel-blue-300: #9BC6EE;
--steel-blue-400: #66A8E5;
--steel-blue-500: #3B8FDE;
--steel-blue-600: #2173C0;
--steel-blue-700: #1A5B99;
--steel-blue-800: #12416D;
--steel-blue-900: #0C2A46;
--steel-blue-950: #071A2C;
}