Steel Blue
#5E9FBA
BlueColor Codes
All color formats for development
HEX
#5E9FBARGB
rgb(94, 159, 186)HSL
hsl(198, 40%, 55%)OKLCH
oklch(0.669 0.078 226.7)CMYK
cmyk(49%, 15%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C92B1
2#43829D
3#3B7289
4#326276
5#2A5162
6#22414F
7#19313B
8#112127
9#081014
Tints
Lighter variations
1#6EA8C1
2#7EB2C8
3#8FBCCF
4#9FC5D6
5#AFCFDD
6#BFD8E3
7#CFE2EA
8#DFECF1
9#EFF5F8
Tones
Muted variations
1#639DB6
2#689BB1
3#6C99AC
4#7197A8
5#7595A3
6#7A949F
7#7E929A
8#839095
9#888E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDC | BordersInactive statesPlaceholder text |
| 400 | 82B4 #82B4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9F #5E9FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4382 #43829D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264A #264A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D1E3EB;
--steel-blue-300: #ADCEDC;
--steel-blue-400: #82B4C9;
--steel-blue-500: #5E9FBA;
--steel-blue-600: #43829D;
--steel-blue-700: #36687D;
--steel-blue-800: #264A59;
--steel-blue-900: #182F39;
--steel-blue-950: #0F1E24;
}