Steel Blue
#5A89BF
BlueColor Codes
All color formats for development
HEX
#5A89BFRGB
rgb(90, 137, 191)HSL
hsl(212, 44%, 55%)OKLCH
oklch(0.619 0.097 252.7)CMYK
cmyk(53%, 28%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#477BB6
2#3F6DA2
3#375F8D
4#2F5279
5#274465
6#1F3651
7#18293D
8#101B28
9#080E14
Tints
Lighter variations
1#6A95C5
2#7BA1CC
3#8BACD2
4#9CB8D8
5#ACC4DF
6#BDD0E5
7#CDDCEC
8#DEE7F2
9#EEF3F9
Tones
Muted variations
1#5F89BA
2#648AB5
3#698AB0
4#6E8AAB
5#738BA5
6#788BA0
7#7D8B9B
8#828C96
9#878C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7EA3 #7EA3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A89 #5A89BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6D #3F6DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3257 #325781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243E #243E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5EDF5;
--steel-blue-200: #CFDDEC;
--steel-blue-300: #ABC3DE;
--steel-blue-400: #7EA3CD;
--steel-blue-500: #5A89BF;
--steel-blue-600: #3F6DA2;
--steel-blue-700: #325781;
--steel-blue-800: #243E5C;
--steel-blue-900: #17283B;
--steel-blue-950: #0E1925;
}