Steel Blue
#386CA8
BlueColor Codes
All color formats for development
HEX
#386CA8RGB
rgb(56, 108, 168)HSL
hsl(212, 50%, 44%)OKLCH
oklch(0.524 0.11 253.5)CMYK
cmyk(67%, 36%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#326297
2#2D5787
3#274C76
4#224165
5#1C3654
6#162B43
7#112132
8#0B1622
9#060B11
Tints
Lighter variations
1#3F7ABE
2#5489C6
3#6998CD
4#7EA6D4
5#94B5DB
6#A9C4E2
7#BFD3EA
8#D4E1F1
9#EAF0F8
Tones
Muted variations
1#3E6DA3
2#436D9D
3#496E97
4#4F6E92
5#546E8C
6#5A6F87
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 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDD #CDDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C2 #A7C2E2 | BordersInactive statesPlaceholder text |
| 400 | 79A3 #79A3D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5388 #5388C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386C #386CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D56 #2D5686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203E #203E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4EDF6;
--steel-blue-200: #CDDDEE;
--steel-blue-300: #A7C2E2;
--steel-blue-400: #79A3D2;
--steel-blue-500: #5388C6;
--steel-blue-600: #386CA8;
--steel-blue-700: #2D5686;
--steel-blue-800: #203E60;
--steel-blue-900: #14273D;
--steel-blue-950: #0D1926;
}