Steel Blue
#5EA2BA
BlueColor Codes
All color formats for development
HEX
#5EA2BARGB
rgb(94, 162, 186)HSL
hsl(196, 40%, 55%)OKLCH
oklch(0.676 0.077 222.9)CMYK
cmyk(49%, 13%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C96B1
2#43859D
3#3B7589
4#326476
5#2A5362
6#22434F
7#19323B
8#112127
9#081114
Tints
Lighter variations
1#6EABC1
2#7EB4C8
3#8FBECF
4#9FC7D6
5#AFD0DD
6#BFDAE3
7#CFE3EA
8#DFECF1
9#EFF6F8
Tones
Muted variations
1#63A0B6
2#689DB1
3#6C9BAC
4#7199A8
5#7597A3
6#7A959F
7#7E939A
8#839195
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 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDC | BordersInactive statesPlaceholder text |
| 400 | 82B6 #82B6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA2 #5EA2BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4385 #43859D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366A #366A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264C #264C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #183039 | 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: #D1E4EB;
--steel-blue-300: #ADCFDC;
--steel-blue-400: #82B6C9;
--steel-blue-500: #5EA2BA;
--steel-blue-600: #43859D;
--steel-blue-700: #366A7D;
--steel-blue-800: #264C59;
--steel-blue-900: #183039;
--steel-blue-950: #0F1E24;
}