Steel Blue
#5E98BA
BlueColor Codes
All color formats for development
HEX
#5E98BARGB
rgb(94, 152, 186)HSL
hsl(202, 40%, 55%)OKLCH
oklch(0.653 0.079 235.5)CMYK
cmyk(49%, 18%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C8CB1
2#437C9D
3#3B6D89
4#325D76
5#2A4E62
6#223E4F
7#192F3B
8#111F27
9#081014
Tints
Lighter variations
1#6EA3C1
2#7EADC8
3#8FB7CF
4#9FC1D6
5#AFCCDD
6#BFD6E3
7#CFE0EA
8#DFEAF1
9#EFF5F8
Tones
Muted variations
1#6397B6
2#6896B1
3#6C95AC
4#7194A8
5#7592A3
6#7A919F
7#7E909A
8#838F95
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDC | BordersInactive statesPlaceholder text |
| 400 | 82AF #82AFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E98 #5E98BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 437C #437C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3663 #36637D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2647 #264759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EFF4;
--steel-blue-200: #D1E1EB;
--steel-blue-300: #ADCBDC;
--steel-blue-400: #82AFC9;
--steel-blue-500: #5E98BA;
--steel-blue-600: #437C9D;
--steel-blue-700: #36637D;
--steel-blue-800: #264759;
--steel-blue-900: #182D39;
--steel-blue-950: #0F1C24;
}