Steel Blue
#5A7DBF
BlueColor Codes
All color formats for development
HEX
#5A7DBFRGB
rgb(90, 125, 191)HSL
hsl(219, 44%, 55%)OKLCH
oklch(0.593 0.109 262.3)CMYK
cmyk(53%, 35%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#476EB6
2#3F61A2
3#37558D
4#2F4979
5#273D65
6#1F3151
7#18253D
8#101828
9#080C14
Tints
Lighter variations
1#6A8AC5
2#7B97CC
3#8BA4D2
4#9CB1D8
5#ACBEDF
6#BDCBE5
7#CDD8EC
8#DEE5F2
9#EEF2F9
Tones
Muted variations
1#5F7FBA
2#6480B5
3#6982B0
4#6E83AB
5#7385A5
6#7886A0
7#7D889B
8#828996
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7E9A #7E9ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7D #5A7DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F61 #3F61A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324D #324D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233B | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EBF5;
--steel-blue-200: #CFD9EC;
--steel-blue-300: #ABBDDE;
--steel-blue-400: #7E9ACD;
--steel-blue-500: #5A7DBF;
--steel-blue-600: #3F61A2;
--steel-blue-700: #324D81;
--steel-blue-800: #24375C;
--steel-blue-900: #17233B;
--steel-blue-950: #0E1625;
}