Steel Blue
#387DA8
BlueColor Codes
All color formats for development
HEX
#387DA8RGB
rgb(56, 125, 168)HSL
hsl(203, 50%, 44%)OKLCH
oklch(0.564 0.096 239.1)CMYK
cmyk(67%, 26%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#327197
2#2D6487
3#275876
4#224B65
5#1C3F54
6#163243
7#112632
8#0B1922
9#060D11
Tints
Lighter variations
1#3F8DBE
2#549AC6
3#69A7CD
4#7EB3D4
5#94C0DB
6#A9CDE2
7#BFD9EA
8#D4E6F1
9#EAF2F8
Tones
Muted variations
1#3E7CA3
2#437B9D
3#497997
4#4F7892
5#54778C
6#5A7587
7#5F7481
8#65737B
9#6B7276
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CB #A7CBE2 | BordersInactive statesPlaceholder text |
| 400 | 79B0 #79B0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539A #539AC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 387D #387DA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D64 #2D6486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2047 #204760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E4EFF6;
--steel-blue-200: #CDE2EE;
--steel-blue-300: #A7CBE2;
--steel-blue-400: #79B0D2;
--steel-blue-500: #539AC6;
--steel-blue-600: #387DA8;
--steel-blue-700: #2D6486;
--steel-blue-800: #204760;
--steel-blue-900: #142E3D;
--steel-blue-950: #0D1C26;
}