Steel Blue
#5D7DBB
BlueColor Codes
All color formats for development
HEX
#5D7DBBRGB
rgb(93, 125, 187)HSL
hsl(220, 41%, 55%)OKLCH
oklch(0.592 0.102 262.8)CMYK
cmyk(50%, 33%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6DB2
2#42619E
3#3A558A
4#324977
5#293D63
6#21304F
7#19243B
8#111828
9#080C14
Tints
Lighter variations
1#6D8AC2
2#7E97C9
3#8EA4D0
4#9EB1D6
5#AEBEDD
6#BECBE4
7#CED8EB
8#DFE5F1
9#EFF2F8
Tones
Muted variations
1#627EB7
2#6780B2
3#6B81AD
4#7083A8
5#7584A4
6#79869F
7#7E889A
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 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 819A #819ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7D #5D7DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4261 #42619E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354D #354D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #26375A | 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: #E6EBF4;
--steel-blue-200: #D0D9EB;
--steel-blue-300: #ACBCDC;
--steel-blue-400: #819ACA;
--steel-blue-500: #5D7DBB;
--steel-blue-600: #42619E;
--steel-blue-700: #354D7E;
--steel-blue-800: #26375A;
--steel-blue-900: #18233A;
--steel-blue-950: #0F1624;
}