Steel Blue
#385EA8
BlueColor Codes
All color formats for development
HEX
#385EA8RGB
rgb(56, 94, 168)HSL
hsl(220, 50%, 44%)OKLCH
oklch(0.492 0.126 262.3)CMYK
cmyk(67%, 44%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#325497
2#2D4B87
3#274176
4#223865
5#1C2F54
6#162543
7#111C32
8#0B1322
9#060911
Tints
Lighter variations
1#3F69BE
2#547AC6
3#698ACD
4#7E9BD4
5#94ACDB
6#A9BCE2
7#BFCDEA
8#D4DEF1
9#EAEEF8
Tones
Muted variations
1#3E5FA3
2#43619D
3#496397
4#4F6592
5#54678C
6#5A6987
7#5F6B81
8#656C7B
9#6B6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BB #A7BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7997 #7997D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5379 #5379C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 385E #385EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4A #2D4A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2035 #203560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CDD8EE;
--steel-blue-300: #A7BBE2;
--steel-blue-400: #7997D2;
--steel-blue-500: #5379C6;
--steel-blue-600: #385EA8;
--steel-blue-700: #2D4A86;
--steel-blue-800: #203560;
--steel-blue-900: #14223D;
--steel-blue-950: #0D1526;
}