Steel Blue
#5E9DBA
BlueColor Codes
All color formats for development
HEX
#5E9DBARGB
rgb(94, 157, 186)HSL
hsl(199, 40%, 55%)OKLCH
oklch(0.665 0.078 229.2)CMYK
cmyk(49%, 16%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C91B1
2#43819D
3#3B7189
4#326076
5#2A5062
6#22404F
7#19303B
8#112027
9#081014
Tints
Lighter variations
1#6EA7C1
2#7EB1C8
3#8FBACF
4#9FC4D6
5#AFCEDD
6#BFD8E3
7#CFE2EA
8#DFEBF1
9#EFF5F8
Tones
Muted variations
1#639BB6
2#689AB1
3#6C98AC
4#7196A8
5#7595A3
6#7A939F
7#7E919A
8#839095
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 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDC | BordersInactive statesPlaceholder text |
| 400 | 82B3 #82B3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9D #5E9DBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4381 #43819D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3666 #36667D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2649 #264959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F39 | 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: #D1E3EB;
--steel-blue-300: #ADCDDC;
--steel-blue-400: #82B3C9;
--steel-blue-500: #5E9DBA;
--steel-blue-600: #43819D;
--steel-blue-700: #36667D;
--steel-blue-800: #264959;
--steel-blue-900: #182F39;
--steel-blue-950: #0F1D24;
}