Steel Blue
#5E85BA
BlueColor Codes
All color formats for development
HEX
#5E85BARGB
rgb(94, 133, 186)HSL
hsl(215, 40%, 55%)OKLCH
oklch(0.61 0.092 256.3)CMYK
cmyk(49%, 28%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C76B1
2#43699D
3#3B5C89
4#324F76
5#2A4162
6#22344F
7#19273B
8#111A27
9#080D14
Tints
Lighter variations
1#6E91C1
2#7E9DC8
3#8FA9CF
4#9FB6D6
5#AFC2DD
6#BFCEE3
7#CFDAEA
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6385B6
2#6886B1
3#6C87AC
4#7188A8
5#7588A3
6#7A899F
7#7E8A9A
8#838B95
9#888B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DC | BordersInactive statesPlaceholder text |
| 400 | 82A0 #82A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E85 #5E85BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4369 #43699D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #182639 | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D1DCEB;
--steel-blue-300: #ADC0DC;
--steel-blue-400: #82A0C9;
--steel-blue-500: #5E85BA;
--steel-blue-600: #43699D;
--steel-blue-700: #36537D;
--steel-blue-800: #263B59;
--steel-blue-900: #182639;
--steel-blue-950: #0F1824;
}