Steel Blue
#5E80BA
BlueColor Codes
All color formats for development
HEX
#5E80BARGB
rgb(94, 128, 186)HSL
hsl(218, 40%, 55%)OKLCH
oklch(0.599 0.097 260.7)CMYK
cmyk(49%, 31%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C71B1
2#43649D
3#3B5889
4#324B76
5#2A3F62
6#22324F
7#19263B
8#111927
9#080D14
Tints
Lighter variations
1#6E8DC1
2#7E99C8
3#8FA6CF
4#9FB3D6
5#AFC0DD
6#BFCCE3
7#CFD9EA
8#DFE6F1
9#EFF2F8
Tones
Muted variations
1#6381B6
2#6882B1
3#6C84AC
4#7185A8
5#7586A3
6#7A879F
7#7E899A
8#838A95
9#888B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDC | BordersInactive statesPlaceholder text |
| 400 | 829C #829CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E80 #5E80BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4364 #43649D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #263959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #182439 | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EBF4;
--steel-blue-200: #D1DAEB;
--steel-blue-300: #ADBEDC;
--steel-blue-400: #829CC9;
--steel-blue-500: #5E80BA;
--steel-blue-600: #43649D;
--steel-blue-700: #36507D;
--steel-blue-800: #263959;
--steel-blue-900: #182439;
--steel-blue-950: #0F1724;
}