Steel Blue
#487099
BlueColor Codes
All color formats for development
HEX
#487099RGB
rgb(72, 112, 153)HSL
hsl(210, 36%, 44%)OKLCH
oklch(0.533 0.079 250.1)CMYK
cmyk(53%, 27%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#416589
2#395A7A
3#324F6B
4#2B435C
5#24384C
6#1D2D3D
7#16222E
8#0E161F
9#070B0F
Tints
Lighter variations
1#517EAC
2#648DB6
3#779BBF
4#8AA9C8
5#9EB8D1
6#B1C6DA
7#C5D4E4
8#D8E2ED
9#ECF1F6
Tones
Muted variations
1#4C7095
2#507091
3#54708C
4#587088
5#5C7084
6#607080
7#64707C
8#687078
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A6 #86A6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638C #638CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4870 #487099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3959 #395979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2940 #294057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2937 | 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: #F5F7FA;
--steel-blue-100: #E7EDF4;
--steel-blue-200: #D2DEEA;
--steel-blue-300: #AFC4D9;
--steel-blue-400: #86A6C6;
--steel-blue-500: #638CB6;
--steel-blue-600: #487099;
--steel-blue-700: #395979;
--steel-blue-800: #294057;
--steel-blue-900: #1A2937;
--steel-blue-950: #101A23;
}