Steel Blue
#5A87BF
BlueColor Codes
All color formats for development
HEX
#5A87BFRGB
rgb(90, 135, 191)HSL
hsl(213, 44%, 55%)OKLCH
oklch(0.615 0.099 254.5)CMYK
cmyk(53%, 29%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4779B6
2#3F6BA2
3#375E8D
4#2F5079
5#274365
6#1F3651
7#18283D
8#101B28
9#080D14
Tints
Lighter variations
1#6A93C5
2#7B9FCC
3#8BABD2
4#9CB7D8
5#ACC3DF
6#BDCFE5
7#CDDBEC
8#DEE7F2
9#EEF3F9
Tones
Muted variations
1#5F88BA
2#6488B5
3#6989B0
4#6E89AB
5#738AA5
6#788AA0
7#7D8B9B
8#828B96
9#878C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC2 #ABC2DE | BordersInactive statesPlaceholder text |
| 400 | 7EA2 #7EA2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A87 #5A87BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6B #3F6BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3255 #325581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243D #243D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1727 #17273B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #CFDCEC;
--steel-blue-300: #ABC2DE;
--steel-blue-400: #7EA2CD;
--steel-blue-500: #5A87BF;
--steel-blue-600: #3F6BA2;
--steel-blue-700: #325581;
--steel-blue-800: #243D5C;
--steel-blue-900: #17273B;
--steel-blue-950: #0E1825;
}