Steel Blue
#5B93BE
BlueColor Codes
All color formats for development
HEX
#5B93BERGB
rgb(91, 147, 190)HSL
hsl(206, 43%, 55%)OKLCH
oklch(0.642 0.088 242.9)CMYK
cmyk(52%, 23%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4885B5
2#4077A0
3#38688C
4#305978
5#284A64
6#203B50
7#182C3C
8#101E28
9#080F14
Tints
Lighter variations
1#6B9EC4
2#7CA8CB
3#8CB3D1
4#9DBED8
5#ADC9DE
6#BDD4E5
7#CEDFEB
8#DEE9F2
9#EFF4F8
Tones
Muted variations
1#6092B9
2#6592B4
3#6A91AF
4#6F90AA
5#7490A5
6#798FA0
7#7D8E9B
8#828E96
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7FAB #7FABCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B93 #5B93BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4077 #4077A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335E #335E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3A | 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: #E5EEF5;
--steel-blue-200: #D0E0EC;
--steel-blue-300: #ABC8DE;
--steel-blue-400: #7FABCC;
--steel-blue-500: #5B93BE;
--steel-blue-600: #4077A0;
--steel-blue-700: #335E80;
--steel-blue-800: #24435B;
--steel-blue-900: #172B3A;
--steel-blue-950: #0F1B24;
}