Steel Blue
#5A71BF
BlueColor Codes
All color formats for development
HEX
#5A71BFRGB
rgb(90, 113, 191)HSL
hsl(226, 44%, 55%)OKLCH
oklch(0.567 0.124 269.7)CMYK
cmyk(53%, 41%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4761B6
2#3F56A2
3#374B8D
4#2F4079
5#273665
6#1F2B51
7#18203D
8#101528
9#080B14
Tints
Lighter variations
1#6A7FC5
2#7B8ECC
3#8B9CD2
4#9CAAD8
5#ACB8DF
6#BDC6E5
7#CDD4EC
8#DEE3F2
9#EEF1F9
Tones
Muted variations
1#5F74BA
2#6477B5
3#6979B0
4#6E7CAB
5#737FA5
6#7881A0
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 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E91 #7E91CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A71 #5A71BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F56 #3F56A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3244 #324481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | 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: #CFD6EC;
--steel-blue-300: #ABB7DE;
--steel-blue-400: #7E91CD;
--steel-blue-500: #5A71BF;
--steel-blue-600: #3F56A2;
--steel-blue-700: #324481;
--steel-blue-800: #24315C;
--steel-blue-900: #171F3B;
--steel-blue-950: #0E1425;
}