Steel Blue
#5B94BE
BlueColor Codes
All color formats for development
HEX
#5B94BERGB
rgb(91, 148, 190)HSL
hsl(205, 43%, 55%)OKLCH
oklch(0.644 0.087 241.8)CMYK
cmyk(52%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4887B5
2#4078A0
3#38698C
4#305A78
5#284B64
6#203C50
7#182D3C
8#101E28
9#080F14
Tints
Lighter variations
1#6B9FC4
2#7CAACB
3#8CB4D1
4#9DBFD8
5#ADCADE
6#BDD4E5
7#CEDFEB
8#DEEAF2
9#EFF4F8
Tones
Muted variations
1#6094B9
2#6593B4
3#6A92AF
4#6F91AA
5#7490A5
6#7990A0
7#7D8F9B
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 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7FAC #7FACCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B94 #5B94BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4078 #4078A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3360 #336080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2444 #24445B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3A | 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: #ABC9DE;
--steel-blue-400: #7FACCC;
--steel-blue-500: #5B94BE;
--steel-blue-600: #4078A0;
--steel-blue-700: #336080;
--steel-blue-800: #24445B;
--steel-blue-900: #172C3A;
--steel-blue-950: #0F1B24;
}