Steel Blue
#5E9CBA
BlueColor Codes
All color formats for development
HEX
#5E9CBARGB
rgb(94, 156, 186)HSL
hsl(200, 40%, 55%)OKLCH
oklch(0.662 0.078 230.5)CMYK
cmyk(49%, 16%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C8FB1
2#437F9D
3#3B6F89
4#325F76
5#2A4F62
6#22404F
7#19303B
8#112027
9#081014
Tints
Lighter variations
1#6EA5C1
2#7EAFC8
3#8FB9CF
4#9FC3D6
5#AFCDDD
6#BFD7E3
7#CFE1EA
8#DFEBF1
9#EFF5F8
Tones
Muted variations
1#639AB6
2#6898B1
3#6C97AC
4#7195A8
5#7594A3
6#7A929F
7#7E919A
8#838F95
9#888E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCC #ADCCDC | BordersInactive statesPlaceholder text |
| 400 | 82B2 #82B2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9C #5E9CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 437F #437F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3665 #36657D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2648 #264859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D1E2EB;
--steel-blue-300: #ADCCDC;
--steel-blue-400: #82B2C9;
--steel-blue-500: #5E9CBA;
--steel-blue-600: #437F9D;
--steel-blue-700: #36657D;
--steel-blue-800: #264859;
--steel-blue-900: #182E39;
--steel-blue-950: #0F1D24;
}