Steel Blue
#597DC0
BlueColor Codes
All color formats for development
HEX
#597DC0RGB
rgb(89, 125, 192)HSL
hsl(219, 45%, 55%)OKLCH
oklch(0.593 0.111 262.1)CMYK
cmyk(54%, 35%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#456DB7
2#3E61A3
3#36558E
4#2E497A
5#273D66
6#1F3151
7#17243D
8#0F1829
9#080C14
Tints
Lighter variations
1#698AC6
2#7A97CD
3#8BA4D3
4#9BB1D9
5#ACBEDF
6#BCCBE6
7#CDD8EC
8#DEE5F2
9#EEF2F9
Tones
Muted variations
1#5E7EBB
2#6380B6
3#6881B0
4#6D83AB
5#7285A6
6#7886A1
7#7D889C
8#828997
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 #CFD9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABC #AABCDF | BordersInactive statesPlaceholder text |
| 400 | 7E9A #7E9ACE | Disabled statesSecondary iconsMuted text |
| 500 | 597D #597DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E61 #3E61A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 314D #314D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2337 #23375C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1623 #16233B | 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: #CFD9ED;
--steel-blue-300: #AABCDF;
--steel-blue-400: #7E9ACE;
--steel-blue-500: #597DC0;
--steel-blue-600: #3E61A3;
--steel-blue-700: #314D81;
--steel-blue-800: #23375C;
--steel-blue-900: #16233B;
--steel-blue-950: #0E1625;
}