Steel Blue
#398FA7
CyanColor Codes
All color formats for development
HEX
#398FA7RGB
rgb(57, 143, 167)HSL
hsl(193, 49%, 44%)OKLCH
oklch(0.608 0.089 219.5)CMYK
cmyk(66%, 14%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#338196
2#2E7386
3#286475
4#225664
5#1D4854
6#173943
7#112B32
8#0B1D21
9#060E11
Tints
Lighter variations
1#41A2BC
2#55ACC5
3#6AB7CC
4#7FC1D3
5#95CBDB
6#AAD6E2
7#BFE0E9
8#D4EAF0
9#EAF5F8
Tones
Muted variations
1#3F8CA2
2#44899C
3#4A8697
4#4F8391
5#55808C
6#5A7D86
7#607A81
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 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D5 #A8D5E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABF #7ABFD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AC #54ACC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398F #398FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E72 #2E7285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2151 #21515F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1534 #15343D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | 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: #CEE7EE;
--steel-blue-300: #A8D5E1;
--steel-blue-400: #7ABFD1;
--steel-blue-500: #54ACC4;
--steel-blue-600: #398FA7;
--steel-blue-700: #2E7285;
--steel-blue-800: #21515F;
--steel-blue-900: #15343D;
--steel-blue-950: #0D2126;
}