Steel Blue
#5B7ABE
BlueColor Codes
All color formats for development
HEX
#5B7ABERGB
rgb(91, 122, 190)HSL
hsl(221, 43%, 55%)OKLCH
oklch(0.586 0.111 264.6)CMYK
cmyk(52%, 36%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#486AB5
2#405FA0
3#38538C
4#304778
5#283B64
6#202F50
7#18233C
8#101828
9#080C14
Tints
Lighter variations
1#6B87C4
2#7C95CB
3#8CA2D1
4#9DAFD8
5#ADBDDE
6#BDCAE5
7#CED7EB
8#DEE4F2
9#EFF2F8
Tones
Muted variations
1#607CB9
2#657EB4
3#6A80AF
4#6F81AA
5#7483A5
6#7985A0
7#7D879B
8#828996
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBB #ABBBDE | BordersInactive statesPlaceholder text |
| 400 | 7F98 #7F98CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7A #5B7ABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 405F #405FA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334B #334B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2436 #24365B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1722 #17223A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #D0D9EC;
--steel-blue-300: #ABBBDE;
--steel-blue-400: #7F98CC;
--steel-blue-500: #5B7ABE;
--steel-blue-600: #405FA0;
--steel-blue-700: #334B80;
--steel-blue-800: #24365B;
--steel-blue-900: #17223A;
--steel-blue-950: #0F1524;
}