Steel Blue
#5EA3BA
BlueColor Codes
All color formats for development
HEX
#5EA3BARGB
rgb(94, 163, 186)HSL
hsl(195, 40%, 55%)OKLCH
oklch(0.679 0.077 221.6)CMYK
cmyk(49%, 12%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C97B1
2#43879D
3#3B7689
4#326576
5#2A5462
6#22434F
7#19323B
8#112227
9#081114
Tints
Lighter variations
1#6EACC1
2#7EB6C8
3#8FBFCF
4#9FC8D6
5#AFD1DD
6#BFDAE3
7#CFE3EA
8#DFEDF1
9#EFF6F8
Tones
Muted variations
1#63A1B6
2#689FB1
3#6C9CAC
4#719AA8
5#7598A3
6#7A959F
7#7E939A
8#839195
9#888F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD0 #ADD0DC | BordersInactive statesPlaceholder text |
| 400 | 82B8 #82B8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA3 #5EA3BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4387 #43879D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366B #366B7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264D #264D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #183139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F1F4;
--steel-blue-200: #D1E4EB;
--steel-blue-300: #ADD0DC;
--steel-blue-400: #82B8C9;
--steel-blue-500: #5EA3BA;
--steel-blue-600: #43879D;
--steel-blue-700: #366B7D;
--steel-blue-800: #264D59;
--steel-blue-900: #183139;
--steel-blue-950: #0F1F24;
}