Steel Blue
#487499
BlueColor Codes
All color formats for development
HEX
#487499RGB
rgb(72, 116, 153)HSL
hsl(207, 36%, 44%)OKLCH
oklch(0.543 0.076 245.2)CMYK
cmyk(53%, 24%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#416989
2#395D7A
3#32516B
4#2B465C
5#243A4C
6#1D2E3D
7#16232E
8#0E171F
9#070C0F
Tints
Lighter variations
1#5183AC
2#6491B6
3#779FBF
4#8AACC8
5#9EBAD1
6#B1C8DA
7#C5D6E4
8#D8E3ED
9#ECF1F6
Tones
Muted variations
1#4C7495
2#507391
3#54738C
4#587388
5#5C7284
6#607280
7#64717C
8#687178
9#6C7174
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6D9 | BordersInactive statesPlaceholder text |
| 400 | 86A9 #86A9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6390 #6390B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4874 #487499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395C #395C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2942 #294257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A37 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2DFEA;
--steel-blue-300: #AFC6D9;
--steel-blue-400: #86A9C6;
--steel-blue-500: #6390B6;
--steel-blue-600: #487499;
--steel-blue-700: #395C79;
--steel-blue-800: #294257;
--steel-blue-900: #1A2A37;
--steel-blue-950: #101A23;
}