Steel Blue
#5D93BB
BlueColor Codes
All color formats for development
HEX
#5D93BBRGB
rgb(93, 147, 187)HSL
hsl(206, 41%, 55%)OKLCH
oklch(0.642 0.083 241.8)CMYK
cmyk(50%, 21%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A85B2
2#42769E
3#3A688A
4#325977
5#294A63
6#213B4F
7#192C3B
8#111E28
9#080F14
Tints
Lighter variations
1#6D9DC2
2#7EA8C9
3#8EB3D0
4#9EBED6
5#AEC9DD
6#BED4E4
7#CEDEEB
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#6292B7
2#6791B2
3#6B91AD
4#7090A8
5#758FA4
6#798F9F
7#7E8E9A
8#838E96
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 | D0E0 #D0E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DC | BordersInactive statesPlaceholder text |
| 400 | 81AB #81ABCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D93 #5D93BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4276 #42769E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355E #355E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2643 #26435A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | 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: #D0E0EB;
--steel-blue-300: #ACC8DC;
--steel-blue-400: #81ABCA;
--steel-blue-500: #5D93BB;
--steel-blue-600: #42769E;
--steel-blue-700: #355E7E;
--steel-blue-800: #26435A;
--steel-blue-900: #182B3A;
--steel-blue-950: #0F1B24;
}