Steel Blue
#5387C6
BlueColor Codes
All color formats for development
HEX
#5387C6RGB
rgb(83, 135, 198)HSL
hsl(213, 50%, 55%)OKLCH
oklch(0.615 0.111 254.1)CMYK
cmyk(58%, 32%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F78BD
2#386BA8
3#315D93
4#2A507E
5#234369
6#1C3554
7#15283F
8#0E1B2A
9#070D15
Tints
Lighter variations
1#6493CB
2#759FD1
3#87ABD7
4#98B7DD
5#A9C3E2
6#BACFE8
7#CBDBEE
8#DDE7F4
9#EEF3F9
Tones
Muted variations
1#5987C0
2#5E88BA
3#6488B4
4#6A89AF
5#7089A9
6#758AA3
7#7B8B9D
8#818B98
9#878C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C1 #A7C1E2 | BordersInactive statesPlaceholder text |
| 400 | 79A1 #79A1D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5387 #5387C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386B #386BA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D55 #2D5586 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203D #203D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDCEE;
--steel-blue-300: #A7C1E2;
--steel-blue-400: #79A1D2;
--steel-blue-500: #5387C6;
--steel-blue-600: #386BA8;
--steel-blue-700: #2D5586;
--steel-blue-800: #203D60;
--steel-blue-900: #14273D;
--steel-blue-950: #0D1826;
}