Steel Blue
#2496BC
BlueColor Codes
All color formats for development
HEX
#2496BCRGB
rgb(36, 150, 188)HSL
hsl(195, 68%, 44%)OKLCH
oklch(0.629 0.111 226)CMYK
cmyk(81%, 20%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2087AA
2#1D7897
3#196984
4#165A71
5#124B5E
6#0E3C4B
7#0B2D39
8#071E26
9#040F13
Tints
Lighter variations
1#28A9D4
2#3FB4DA
3#57BDDF
4#6FC6E4
5#87D0E8
6#9FD9ED
7#B7E3F1
8#CFECF6
9#E7F6FA
Tones
Muted variations
1#2C93B5
2#338FAD
3#3B8BA6
4#42879E
5#4A8396
6#527F8F
7#597C87
8#61787F
9#697478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD8 #9CD8EC | BordersInactive statesPlaceholder text |
| 400 | 69C4 #69C4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB3 #3EB3DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2496 #2496BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D78 #1D7896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1455 #14556B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | 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: #F2FAFD;
--steel-blue-100: #E1F3F9;
--steel-blue-200: #C7E9F4;
--steel-blue-300: #9CD8EC;
--steel-blue-400: #69C4E2;
--steel-blue-500: #3EB3DA;
--steel-blue-600: #2496BC;
--steel-blue-700: #1D7896;
--steel-blue-800: #14556B;
--steel-blue-900: #0D3745;
--steel-blue-950: #08222B;
}