Steel Blue
#398CA7
BlueColor Codes
All color formats for development
HEX
#398CA7RGB
rgb(57, 140, 167)HSL
hsl(195, 49%, 44%)OKLCH
oklch(0.601 0.089 222.8)CMYK
cmyk(66%, 16%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#337E96
2#2E7086
3#286275
4#225464
5#1D4654
6#173843
7#112A32
8#0B1C21
9#060E11
Tints
Lighter variations
1#419DBC
2#55A9C5
3#6AB4CC
4#7FBED3
5#95C9DB
6#AAD4E2
7#BFDFE9
8#D4E9F0
9#EAF4F8
Tones
Muted variations
1#3F89A2
2#44869C
3#4A8397
4#4F8191
5#557E8C
6#5A7B86
7#607881
8#65767B
9#6B7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABC #7ABCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A8 #54A8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398C #398CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6F #2E6F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214F #214F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CEE6EE;
--steel-blue-300: #A8D3E1;
--steel-blue-400: #7ABCD1;
--steel-blue-500: #54A8C4;
--steel-blue-600: #398CA7;
--steel-blue-700: #2E6F85;
--steel-blue-800: #214F5F;
--steel-blue-900: #15333D;
--steel-blue-950: #0D2026;
}