Steel Blue
#386EA8
BlueColor Codes
All color formats for development
HEX
#386EA8RGB
rgb(56, 110, 168)HSL
hsl(211, 50%, 44%)OKLCH
oklch(0.529 0.108 252)CMYK
cmyk(67%, 35%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#326397
2#2D5887
3#274D76
4#224265
5#1C3754
6#162C43
7#112132
8#0B1622
9#060B11
Tints
Lighter variations
1#3F7CBE
2#548BC6
3#6999CD
4#7EA8D4
5#94B6DB
6#A9C5E2
7#BFD3EA
8#D4E2F1
9#EAF0F8
Tones
Muted variations
1#3E6FA3
2#436F9D
3#496F97
4#4F6F92
5#546F8C
6#5A6F87
7#5F7081
8#65707B
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 | A7C3 #A7C3E2 | BordersInactive statesPlaceholder text |
| 400 | 79A4 #79A4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 538A #538AC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386E #386EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D58 #2D5886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203F #203F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1428 #14283D | 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: #A7C3E2;
--steel-blue-400: #79A4D2;
--steel-blue-500: #538AC6;
--steel-blue-600: #386EA8;
--steel-blue-700: #2D5886;
--steel-blue-800: #203F60;
--steel-blue-900: #14283D;
--steel-blue-950: #0D1926;
}