Steel Blue
#5B72BE
BlueColor Codes
All color formats for development
HEX
#5B72BERGB
rgb(91, 114, 190)HSL
hsl(226, 43%, 55%)OKLCH
oklch(0.569 0.121 269.6)CMYK
cmyk(52%, 40%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4861B5
2#4056A0
3#384C8C
4#304178
5#283664
6#202B50
7#18203C
8#101628
9#080B14
Tints
Lighter variations
1#6B80C4
2#7C8ECB
3#8C9CD1
4#9DAAD8
5#ADB8DE
6#BDC7E5
7#CED5EB
8#DEE3F2
9#EFF1F8
Tones
Muted variations
1#6075B9
2#6577B4
3#6A7AAF
4#6F7CAA
5#747FA5
6#7982A0
7#7D849B
8#828796
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7F91 #7F91CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B72 #5B72BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4056 #4056A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3345 #334580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #D0D6EC;
--steel-blue-300: #ABB7DE;
--steel-blue-400: #7F91CC;
--steel-blue-500: #5B72BE;
--steel-blue-600: #4056A0;
--steel-blue-700: #334580;
--steel-blue-800: #24315B;
--steel-blue-900: #171F3A;
--steel-blue-950: #0F1424;
}