Steel Blue
#5D7EBB
BlueColor Codes
All color formats for development
HEX
#5D7EBBRGB
rgb(93, 126, 187)HSL
hsl(219, 41%, 55%)OKLCH
oklch(0.595 0.101 262.1)CMYK
cmyk(50%, 33%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6FB2
2#42629E
3#3A568A
4#324A77
5#293D63
6#21314F
7#19253B
8#111928
9#080C14
Tints
Lighter variations
1#6D8BC2
2#7E98C9
3#8EA5D0
4#9EB2D6
5#AEBFDD
6#BECBE4
7#CED8EB
8#DFE5F1
9#EFF2F8
Tones
Muted variations
1#6280B7
2#6781B2
3#6B82AD
4#7084A8
5#7585A4
6#79879F
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 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDC | BordersInactive statesPlaceholder text |
| 400 | 819B #819BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7E #5D7EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4262 #42629E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354E #354E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2638 #26385A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | 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: #D0DAEB;
--steel-blue-300: #ACBDDC;
--steel-blue-400: #819BCA;
--steel-blue-500: #5D7EBB;
--steel-blue-600: #42629E;
--steel-blue-700: #354E7E;
--steel-blue-800: #26385A;
--steel-blue-900: #18243A;
--steel-blue-950: #0F1624;
}