Steel Blue
#5E8EBA
BlueColor Codes
All color formats for development
HEX
#5E8EBARGB
rgb(94, 142, 186)HSL
hsl(209, 40%, 55%)OKLCH
oklch(0.63 0.085 247.2)CMYK
cmyk(49%, 24%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C80B1
2#43729D
3#3B6389
4#325576
5#2A4762
6#22394F
7#192B3B
8#111C27
9#080E14
Tints
Lighter variations
1#6E99C1
2#7EA4C8
3#8FB0CF
4#9FBBD6
5#AFC6DD
6#BFD2E3
7#CFDDEA
8#DFE8F1
9#EFF4F8
Tones
Muted variations
1#638EB6
2#688DB1
3#6C8DAC
4#718DA8
5#758DA3
6#7A8D9F
7#7E8D9A
8#838D95
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC5 #ADC5DC | BordersInactive statesPlaceholder text |
| 400 | 82A7 #82A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8E #5E8EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4372 #43729D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #182939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D1DEEB;
--steel-blue-300: #ADC5DC;
--steel-blue-400: #82A7C9;
--steel-blue-500: #5E8EBA;
--steel-blue-600: #43729D;
--steel-blue-700: #365A7D;
--steel-blue-800: #264159;
--steel-blue-900: #182939;
--steel-blue-950: #0F1A24;
}