Steel Blue
#6378B6
BlueColor Codes
All color formats for development
HEX
#6378B6RGB
rgb(99, 120, 182)HSL
hsl(225, 36%, 55%)OKLCH
oklch(0.583 0.099 269)CMYK
cmyk(46%, 34%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5168AC
2#485C99
3#3F5186
4#364572
5#2D3A5F
6#242E4C
7#1B2339
8#121726
9#090C13
Tints
Lighter variations
1#7385BD
2#8293C4
3#92A0CC
4#A1AED3
5#B1BBDA
6#C1C9E2
7#D0D6E9
8#E0E4F0
9#EFF1F8
Tones
Muted variations
1#677AB1
2#6B7CAD
3#6F7EA9
4#7380A5
5#7882A1
6#7C849D
7#808699
8#848895
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBAD9 | BordersInactive statesPlaceholder text |
| 400 | 8696 #8696C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6378 #6378B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485C #485C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3949 #394979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2934 #293457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2137 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF4;
--steel-blue-200: #D2D8EA;
--steel-blue-300: #AFBAD9;
--steel-blue-400: #8696C6;
--steel-blue-500: #6378B6;
--steel-blue-600: #485C99;
--steel-blue-700: #394979;
--steel-blue-800: #293457;
--steel-blue-900: #1A2137;
--steel-blue-950: #101523;
}