Steel Blue
#5D7BBB
BlueColor Codes
All color formats for development
HEX
#5D7BBBRGB
rgb(93, 123, 187)HSL
hsl(221, 41%, 55%)OKLCH
oklch(0.588 0.105 264.3)CMYK
cmyk(50%, 34%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6BB2
2#425F9E
3#3A538A
4#324777
5#293C63
6#21304F
7#19243B
8#111828
9#080C14
Tints
Lighter variations
1#6D88C2
2#7E95C9
3#8EA3D0
4#9EB0D6
5#AEBDDD
6#BECAE4
7#CED7EB
8#DFE5F1
9#EFF2F8
Tones
Muted variations
1#627DB7
2#677EB2
3#6B80AD
4#7082A8
5#7584A4
6#79859F
7#7E879A
8#838996
9#888B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 8198 #8198CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7B #5D7BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425F #425F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354C #354C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #26365A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D0D9EB;
--steel-blue-300: #ACBCDC;
--steel-blue-400: #8198CA;
--steel-blue-500: #5D7BBB;
--steel-blue-600: #425F9E;
--steel-blue-700: #354C7E;
--steel-blue-800: #26365A;
--steel-blue-900: #18233A;
--steel-blue-950: #0F1624;
}