Steel Blue
#5D8CBB
BlueColor Codes
All color formats for development
HEX
#5D8CBBRGB
rgb(93, 140, 187)HSL
hsl(210, 41%, 55%)OKLCH
oklch(0.626 0.088 249.4)CMYK
cmyk(50%, 25%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7EB2
2#42709E
3#3A628A
4#325477
5#294663
6#21384F
7#192A3B
8#111C28
9#080E14
Tints
Lighter variations
1#6D98C2
2#7EA3C9
3#8EAFD0
4#9EBAD6
5#AEC6DD
6#BED1E4
7#CEDDEB
8#DFE8F1
9#EFF4F8
Tones
Muted variations
1#628CB7
2#678CB2
3#6B8CAD
4#708CA8
5#758CA4
6#798C9F
7#7E8C9A
8#838C96
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DC | BordersInactive statesPlaceholder text |
| 400 | 81A6 #81A6CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8C #5D8CBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4270 #42709E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3559 #35597E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2640 #26405A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | 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: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D0DEEB;
--steel-blue-300: #ACC4DC;
--steel-blue-400: #81A6CA;
--steel-blue-500: #5D8CBB;
--steel-blue-600: #42709E;
--steel-blue-700: #35597E;
--steel-blue-800: #26405A;
--steel-blue-900: #18293A;
--steel-blue-950: #0F1A24;
}