Steel Blue
#6397B6
BlueColor Codes
All color formats for development
HEX
#6397B6RGB
rgb(99, 151, 182)HSL
hsl(202, 36%, 55%)OKLCH
oklch(0.652 0.072 235.6)CMYK
cmyk(46%, 17%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#518AAC
2#487B99
3#3F6C86
4#365C72
5#2D4D5F
6#243D4C
7#1B2E39
8#121F26
9#090F13
Tints
Lighter variations
1#73A2BD
2#82ACC4
3#92B6CC
4#A1C1D3
5#B1CBDA
6#C1D6E2
7#D0E0E9
8#E0EAF0
9#EFF5F8
Tones
Muted variations
1#6796B1
2#6B95AD
3#6F94A9
4#7393A5
5#7892A1
6#7C919D
7#809099
8#848E95
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCA #AFCAD9 | BordersInactive statesPlaceholder text |
| 400 | 86AE #86AEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6397 #6397B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487B #487B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3962 #396279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2946 #294657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D37 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF4;
--steel-blue-200: #D2E1EA;
--steel-blue-300: #AFCAD9;
--steel-blue-400: #86AEC6;
--steel-blue-500: #6397B6;
--steel-blue-600: #487B99;
--steel-blue-700: #396279;
--steel-blue-800: #294657;
--steel-blue-900: #1A2D37;
--steel-blue-950: #101C23;
}