Steel Blue
#386BA8
BlueColor Codes
All color formats for development
HEX
#386BA8RGB
rgb(56, 107, 168)HSL
hsl(213, 50%, 44%)OKLCH
oklch(0.522 0.111 254.2)CMYK
cmyk(67%, 36%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#326097
2#2D5587
3#274B76
4#224065
5#1C3554
6#162B43
7#112032
8#0B1522
9#060B11
Tints
Lighter variations
1#3F78BE
2#5487C6
3#6996CD
4#7EA5D4
5#94B4DB
6#A9C3E2
7#BFD2EA
8#D4E1F1
9#EAF0F8
Tones
Muted variations
1#3E6BA3
2#436C9D
3#496C97
4#4F6D92
5#546D8C
6#5A6E87
7#5F6F81
8#656F7B
9#6B7076
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;
}