Steel Blue
#2596BB
BlueColor Codes
All color formats for development
HEX
#2596BBRGB
rgb(37, 150, 187)HSL
hsl(195, 67%, 44%)OKLCH
oklch(0.629 0.11 225.5)CMYK
cmyk(80%, 20%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2187A9
2#1E7896
3#1A6983
4#165A70
5#134B5E
6#0F3C4B
7#0B2D38
8#071E25
9#040F13
Tints
Lighter variations
1#2AA9D3
2#40B3D9
3#58BDDE
4#70C6E3
5#88D0E7
6#A0D9EC
7#B7E3F1
8#CFECF6
9#E7F6FA
Tones
Muted variations
1#2D92B4
2#348EAC
3#3C8BA5
4#43879D
5#4B8396
6#527F8E
7#5A7B87
8#61787F
9#697478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E9 #C8E9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD8 #9DD8EC | BordersInactive statesPlaceholder text |
| 400 | 6AC4 #6AC4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB3 #3FB3D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2596 #2596BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D77 #1D7795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1555 #15556A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E1F3F9;
--steel-blue-200: #C8E9F4;
--steel-blue-300: #9DD8EC;
--steel-blue-400: #6AC4E2;
--steel-blue-500: #3FB3D9;
--steel-blue-600: #2596BB;
--steel-blue-700: #1D7795;
--steel-blue-800: #15556A;
--steel-blue-900: #0D3644;
--steel-blue-950: #08222B;
}