Steel Blue
#5D8FBB
BlueColor Codes
All color formats for development
HEX
#5D8FBBRGB
rgb(93, 143, 187)HSL
hsl(208, 41%, 55%)OKLCH
oklch(0.632 0.086 246.2)CMYK
cmyk(50%, 24%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A82B2
2#42739E
3#3A658A
4#325677
5#294863
6#213A4F
7#192B3B
8#111D28
9#080E14
Tints
Lighter variations
1#6D9BC2
2#7EA6C9
3#8EB1D0
4#9EBCD6
5#AEC7DD
6#BED2E4
7#CEDEEB
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#628FB7
2#678FB2
3#6B8EAD
4#708EA8
5#758EA4
6#798E9F
7#7E8D9A
8#838D96
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC6 #ACC6DC | BordersInactive statesPlaceholder text |
| 400 | 81A8 #81A8CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8F #5D8FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4273 #42739E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355C #355C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #26415A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D0DFEB;
--steel-blue-300: #ACC6DC;
--steel-blue-400: #81A8CA;
--steel-blue-500: #5D8FBB;
--steel-blue-600: #42739E;
--steel-blue-700: #355C7E;
--steel-blue-800: #26415A;
--steel-blue-900: #182A3A;
--steel-blue-950: #0F1A24;
}