Steel Blue
#5592C3
BlueColor Codes
All color formats for development
HEX
#5592C3RGB
rgb(85, 146, 195)HSL
hsl(207, 48%, 55%)OKLCH
oklch(0.639 0.098 244.4)CMYK
cmyk(56%, 25%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4284BB
2#3A76A6
3#336791
4#2C587D
5#244968
6#1D3B53
7#162C3E
8#0F1D2A
9#070F15
Tints
Lighter variations
1#669DC9
2#77A8CF
3#88B3D5
4#99BDDB
5#AAC8E1
6#BBD3E7
7#CCDEED
8#DDE9F3
9#EEF4F9
Tones
Muted variations
1#5B91BE
2#6091B8
3#6690B3
4#6B90AD
5#718FA8
6#768EA2
7#7C8E9D
8#818D97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAA #7BAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5592 #5592C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A76 #3A76A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF6;
--steel-blue-200: #CEDFEE;
--steel-blue-300: #A8C7E1;
--steel-blue-400: #7BAAD1;
--steel-blue-500: #5592C3;
--steel-blue-600: #3A76A6;
--steel-blue-700: #2E5E84;
--steel-blue-800: #21435E;
--steel-blue-900: #152B3C;
--steel-blue-950: #0D1B26;
}