Steel Blue
#598EC0
BlueColor Codes
All color formats for development
HEX
#598EC0RGB
rgb(89, 142, 192)HSL
hsl(209, 45%, 55%)OKLCH
oklch(0.63 0.095 248.2)CMYK
cmyk(54%, 26%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4580B7
2#3E72A3
3#36648E
4#2E557A
5#274766
6#1F3951
7#172B3D
8#0F1C29
9#080E14
Tints
Lighter variations
1#6999C6
2#7AA5CD
3#8BB0D3
4#9BBBD9
5#ACC6DF
6#BCD2E6
7#CDDDEC
8#DEE8F2
9#EEF4F9
Tones
Muted variations
1#5E8EBB
2#638EB6
3#688DB0
4#6D8DAB
5#728DA6
6#788DA1
7#7D8D9C
8#828D97
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 | CFDE #CFDEED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC5 #AAC5DF | BordersInactive statesPlaceholder text |
| 400 | 7EA7 #7EA7CE | Disabled statesSecondary iconsMuted text |
| 500 | 598E #598EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E72 #3E72A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315B #315B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2341 #23415C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1629 #16293B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | 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: #CFDEED;
--steel-blue-300: #AAC5DF;
--steel-blue-400: #7EA7CE;
--steel-blue-500: #598EC0;
--steel-blue-600: #3E72A3;
--steel-blue-700: #315B81;
--steel-blue-800: #23415C;
--steel-blue-900: #16293B;
--steel-blue-950: #0E1A25;
}