Steel Blue
#5E8CBA
BlueColor Codes
All color formats for development
HEX
#5E8CBARGB
rgb(94, 140, 186)HSL
hsl(210, 40%, 55%)OKLCH
oklch(0.626 0.086 249.3)CMYK
cmyk(49%, 25%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C7EB1
2#43709D
3#3B6289
4#325476
5#2A4662
6#22384F
7#192A3B
8#111C27
9#080E14
Tints
Lighter variations
1#6E98C1
2#7EA3C8
3#8FAFCF
4#9FBAD6
5#AFC6DD
6#BFD1E3
7#CFDDEA
8#DFE8F1
9#EFF4F8
Tones
Muted variations
1#638CB6
2#688CB1
3#6C8CAC
4#718CA8
5#758CA3
6#7A8C9F
7#7E8C9A
8#838C95
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 | ADC4 #ADC4DC | BordersInactive statesPlaceholder text |
| 400 | 82A6 #82A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8C #5E8CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4370 #43709D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2640 #264059 | 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: #ADC4DC;
--steel-blue-400: #82A6C9;
--steel-blue-500: #5E8CBA;
--steel-blue-600: #43709D;
--steel-blue-700: #36597D;
--steel-blue-800: #264059;
--steel-blue-900: #182939;
--steel-blue-950: #0F1A24;
}