Steel Blue
#5E9ABA
BlueColor Codes
All color formats for development
HEX
#5E9ABARGB
rgb(94, 154, 186)HSL
hsl(201, 40%, 55%)OKLCH
oklch(0.658 0.079 233)CMYK
cmyk(49%, 17%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C8DB1
2#437E9D
3#3B6E89
4#325E76
5#2A4F62
6#223F4F
7#192F3B
8#111F27
9#081014
Tints
Lighter variations
1#6EA4C1
2#7EAEC8
3#8FB8CF
4#9FC2D6
5#AFCDDD
6#BFD7E3
7#CFE1EA
8#DFEBF1
9#EFF5F8
Tones
Muted variations
1#6399B6
2#6897B1
3#6C96AC
4#7195A8
5#7593A3
6#7A929F
7#7E909A
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 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDC | BordersInactive statesPlaceholder text |
| 400 | 82B0 #82B0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9A #5E9ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 437E #437E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3664 #36647D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2647 #264759 | 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: #E6EFF4;
--steel-blue-200: #D1E2EB;
--steel-blue-300: #ADCBDC;
--steel-blue-400: #82B0C9;
--steel-blue-500: #5E9ABA;
--steel-blue-600: #437E9D;
--steel-blue-700: #36647D;
--steel-blue-800: #264759;
--steel-blue-900: #182E39;
--steel-blue-950: #0F1D24;
}