Steel Blue
#5EA0BA
BlueColor Codes
All color formats for development
HEX
#5EA0BARGB
rgb(94, 160, 186)HSL
hsl(197, 40%, 55%)OKLCH
oklch(0.672 0.078 225.4)CMYK
cmyk(49%, 14%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C94B1
2#43849D
3#3B7389
4#326376
5#2A5262
6#22424F
7#19313B
8#112127
9#081014
Tints
Lighter variations
1#6EAAC1
2#7EB3C8
3#8FBDCF
4#9FC6D6
5#AFD0DD
6#BFD9E3
7#CFE3EA
8#DFECF1
9#EFF6F8
Tones
Muted variations
1#639EB6
2#689CB1
3#6C9AAC
4#7198A8
5#7596A3
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 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDC | BordersInactive statesPlaceholder text |
| 400 | 82B5 #82B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA0 #5EA0BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4384 #43849D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3669 #36697D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264B #264B59 | 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: #82B5C9;
--steel-blue-500: #5EA0BA;
--steel-blue-600: #43849D;
--steel-blue-700: #36697D;
--steel-blue-800: #264B59;
--steel-blue-900: #183039;
--steel-blue-950: #0F1E24;
}