Steel Blue
#2593BB
BlueColor Codes
All color formats for development
HEX
#2593BBRGB
rgb(37, 147, 187)HSL
hsl(196, 67%, 44%)OKLCH
oklch(0.622 0.111 228)CMYK
cmyk(80%, 21%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2185A9
2#1E7696
3#1A6783
4#165870
5#134A5E
6#0F3B4B
7#0B2C38
8#071D25
9#040F13
Tints
Lighter variations
1#2AA6D3
2#40B0D9
3#58BADE
4#70C4E3
5#88CEE7
6#A0D8EC
7#B7E2F1
8#CFEBF6
9#E7F5FA
Tones
Muted variations
1#2D90B4
2#348CAC
3#3C89A5
4#43859D
5#4B8296
6#527E8E
7#5A7B87
8#61777F
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 | C8E8 #C8E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD7 #9DD7EC | BordersInactive statesPlaceholder text |
| 400 | 6AC2 #6AC2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB0 #3FB0D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2593 #2593BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D75 #1D7595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1554 #15546A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | 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: #C8E8F4;
--steel-blue-300: #9DD7EC;
--steel-blue-400: #6AC2E2;
--steel-blue-500: #3FB0D9;
--steel-blue-600: #2593BB;
--steel-blue-700: #1D7595;
--steel-blue-800: #15546A;
--steel-blue-900: #0D3644;
--steel-blue-950: #08212B;
}