Steel Blue
#6393B6
BlueColor Codes
All color formats for development
HEX
#6393B6RGB
rgb(99, 147, 182)HSL
hsl(205, 36%, 55%)OKLCH
oklch(0.643 0.074 241)CMYK
cmyk(46%, 19%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5186AC
2#487799
3#3F6886
4#365972
5#2D4A5F
6#243B4C
7#1B2D39
8#121E26
9#090F13
Tints
Lighter variations
1#739EBD
2#82A9C4
3#92B3CC
4#A1BED3
5#B1C9DA
6#C1D4E2
7#D0DFE9
8#E0E9F0
9#EFF4F8
Tones
Muted variations
1#6792B1
2#6B92AD
3#6F91A9
4#7390A5
5#7890A1
6#7C8F9D
7#808E99
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 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC8 #AFC8D9 | BordersInactive statesPlaceholder text |
| 400 | 86AB #86ABC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6393 #6393B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4877 #487799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395F #395F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B37 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2E0EA;
--steel-blue-300: #AFC8D9;
--steel-blue-400: #86ABC6;
--steel-blue-500: #6393B6;
--steel-blue-600: #487799;
--steel-blue-700: #395F79;
--steel-blue-800: #294457;
--steel-blue-900: #1A2B37;
--steel-blue-950: #101B23;
}