Steel Blue
#2491BC
BlueColor Codes
All color formats for development
HEX
#2491BCRGB
rgb(36, 145, 188)HSL
hsl(197, 68%, 44%)OKLCH
oklch(0.617 0.113 230.2)CMYK
cmyk(81%, 23%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2083AA
2#1D7497
3#196684
4#165771
5#12495E
6#0E3A4B
7#0B2C39
8#071D26
9#040F13
Tints
Lighter variations
1#28A4D4
2#3FAEDA
3#57B8DF
4#6FC3E4
5#87CDE8
6#9FD7ED
7#B7E1F1
8#CFEBF6
9#E7F5FA
Tones
Muted variations
1#2C8EB5
2#338BAD
3#3B87A6
4#42849E
5#4A8196
6#527D8F
7#597A87
8#61777F
9#697478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6EC | BordersInactive statesPlaceholder text |
| 400 | 69C0 #69C0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EAE #3EAEDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2491 #2491BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D74 #1D7496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | 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: #F2FAFD;
--steel-blue-100: #E1F2F9;
--steel-blue-200: #C7E8F4;
--steel-blue-300: #9CD6EC;
--steel-blue-400: #69C0E2;
--steel-blue-500: #3EAEDA;
--steel-blue-600: #2491BC;
--steel-blue-700: #1D7496;
--steel-blue-800: #14536B;
--steel-blue-900: #0D3545;
--steel-blue-950: #08212B;
}