Steel Blue
#5392C6
BlueColor Codes
All color formats for development
HEX
#5392C6RGB
rgb(83, 146, 198)HSL
hsl(207, 50%, 55%)OKLCH
oklch(0.64 0.102 245.3)CMYK
cmyk(58%, 26%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F85BD
2#3876A8
3#316793
4#2A587E
5#234A69
6#1C3B54
7#152C3F
8#0E1D2A
9#070F15
Tints
Lighter variations
1#649DCB
2#75A8D1
3#87B3D7
4#98BEDD
5#A9C8E2
6#BAD3E8
7#CBDEEE
8#DDE9F4
9#EEF4F9
Tones
Muted variations
1#5991C0
2#5E91BA
3#6490B4
4#6A90AF
5#708FA9
6#758FA3
7#7B8E9D
8#818D98
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C7 #A7C7E2 | BordersInactive statesPlaceholder text |
| 400 | 79AA #79AAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5392 #5392C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3876 #3876A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D5E #2D5E86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2043 #204360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3D | 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: #E4EEF6;
--steel-blue-200: #CDE0EE;
--steel-blue-300: #A7C7E2;
--steel-blue-400: #79AAD2;
--steel-blue-500: #5392C6;
--steel-blue-600: #3876A8;
--steel-blue-700: #2D5E86;
--steel-blue-800: #204360;
--steel-blue-900: #142B3D;
--steel-blue-950: #0D1B26;
}