Steel Blue
#5C93BC
BlueColor Codes
All color formats for development
HEX
#5C93BCRGB
rgb(92, 147, 188)HSL
hsl(206, 42%, 55%)OKLCH
oklch(0.642 0.085 242)CMYK
cmyk(51%, 22%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4985B3
2#41769F
3#39688B
4#315977
5#294A64
6#213B50
7#182C3C
8#101E28
9#080F14
Tints
Lighter variations
1#6C9EC3
2#7DA8CA
3#8DB3D0
4#9DBED7
5#AEC9DE
6#BED4E4
7#CEDFEB
8#DEE9F2
9#EFF4F8
Tones
Muted variations
1#6192B8
2#6691B3
3#6B91AE
4#6F90A9
5#748FA4
6#798FA0
7#7E8E9B
8#838E96
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DD | BordersInactive statesPlaceholder text |
| 400 | 80AB #80ABCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C93 #5C93BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4176 #41769F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345E #345E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2543 #25435B | 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: #F4F8FB;
--steel-blue-100: #E6EEF5;
--steel-blue-200: #D0E0EC;
--steel-blue-300: #ACC8DD;
--steel-blue-400: #80ABCB;
--steel-blue-500: #5C93BC;
--steel-blue-600: #41769F;
--steel-blue-700: #345E7F;
--steel-blue-800: #25435B;
--steel-blue-900: #182B3A;
--steel-blue-950: #0F1B24;
}