Steel Blue
#2589BB
BlueColor Codes
All color formats for development
HEX
#2589BBRGB
rgb(37, 137, 187)HSL
hsl(200, 67%, 44%)OKLCH
oklch(0.598 0.116 236)CMYK
cmyk(80%, 27%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#217CA9
2#1E6E96
3#1A6083
4#165270
5#13455E
6#0F374B
7#0B2938
8#071B25
9#040E13
Tints
Lighter variations
1#2A9BD3
2#40A6D9
3#58B1DE
4#70BCE3
5#88C8E7
6#A0D3EC
7#B7DEF1
8#CFE9F6
9#E7F4FA
Tones
Muted variations
1#2D87B4
2#3484AC
3#3C82A5
4#437F9D
5#4B7D96
6#527A8E
7#5A7887
8#61757F
9#697378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E5 #C8E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD1 #9DD1EC | BordersInactive statesPlaceholder text |
| 400 | 6ABA #6ABAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA6 #3FA6D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2589 #2589BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6D #1D6D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154E #154E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3244 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F1F9;
--steel-blue-200: #C8E5F4;
--steel-blue-300: #9DD1EC;
--steel-blue-400: #6ABAE2;
--steel-blue-500: #3FA6D9;
--steel-blue-600: #2589BB;
--steel-blue-700: #1D6D95;
--steel-blue-800: #154E6A;
--steel-blue-900: #0D3244;
--steel-blue-950: #081F2B;
}