Steel Blue
#5A6EBF
BlueColor Codes
All color formats for development
HEX
#5A6EBFRGB
rgb(90, 110, 191)HSL
hsl(228, 44%, 55%)OKLCH
oklch(0.561 0.128 271.3)CMYK
cmyk(53%, 42%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#475DB6
2#3F53A2
3#37488D
4#2F3E79
5#273465
6#1F2951
7#181F3D
8#101528
9#080A14
Tints
Lighter variations
1#6A7CC5
2#7B8BCC
3#8B99D2
4#9CA8D8
5#ACB6DF
6#BDC5E5
7#CDD3EC
8#DEE2F2
9#EEF0F9
Tones
Muted variations
1#5F71BA
2#6474B5
3#6977B0
4#6E7AAB
5#737DA5
6#7880A0
7#7D839B
8#828696
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB5 #ABB5DE | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6E #5A6EBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F53 #3F53A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3242 #324281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242F #242F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171E #171E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD5EC;
--steel-blue-300: #ABB5DE;
--steel-blue-400: #7E8ECD;
--steel-blue-500: #5A6EBF;
--steel-blue-600: #3F53A2;
--steel-blue-700: #324281;
--steel-blue-800: #242F5C;
--steel-blue-900: #171E3B;
--steel-blue-950: #0E1325;
}