Steel Blue
#5998C0
BlueColor Codes
All color formats for development
HEX
#5998C0RGB
rgb(89, 152, 192)HSL
hsl(203, 45%, 55%)OKLCH
oklch(0.653 0.088 238)CMYK
cmyk(54%, 21%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#458BB7
2#3E7CA3
3#366C8E
4#2E5D7A
5#274D66
6#1F3E51
7#172E3D
8#0F1F29
9#080F14
Tints
Lighter variations
1#69A3C6
2#7AADCD
3#8BB7D3
4#9BC1D9
5#ACCCDF
6#BCD6E6
7#CDE0EC
8#DEEAF2
9#EEF5F9
Tones
Muted variations
1#5E97BB
2#6396B6
3#6895B0
4#6D93AB
5#7292A6
6#7891A1
7#7D909C
8#828F97
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACB #AACBDF | BordersInactive statesPlaceholder text |
| 400 | 7EAF #7EAFCE | Disabled statesSecondary iconsMuted text |
| 500 | 5998 #5998C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7C #3E7CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3163 #316381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2346 #23465C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE1ED;
--steel-blue-300: #AACBDF;
--steel-blue-400: #7EAFCE;
--steel-blue-500: #5998C0;
--steel-blue-600: #3E7CA3;
--steel-blue-700: #316381;
--steel-blue-800: #23465C;
--steel-blue-900: #162D3B;
--steel-blue-950: #0E1C25;
}