Steel Blue
#6379B6
BlueColor Codes
All color formats for development
HEX
#6379B6RGB
rgb(99, 121, 182)HSL
hsl(224, 36%, 55%)OKLCH
oklch(0.585 0.098 268.2)CMYK
cmyk(46%, 34%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5169AC
2#485D99
3#3F5286
4#364672
5#2D3A5F
6#242F4C
7#1B2339
8#121726
9#090C13
Tints
Lighter variations
1#7386BD
2#8294C4
3#92A1CC
4#A1AFD3
5#B1BCDA
6#C1C9E2
7#D0D7E9
8#E0E4F0
9#EFF2F8
Tones
Muted variations
1#677BB1
2#6B7DAD
3#6F7FA9
4#7381A5
5#7883A1
6#7C859D
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 | 8697 #8697C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6379 #6379B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485D #485D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394A #394A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2935 #293557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | 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: #8697C6;
--steel-blue-500: #6379B6;
--steel-blue-600: #485D99;
--steel-blue-700: #394A79;
--steel-blue-800: #293557;
--steel-blue-900: #1A2237;
--steel-blue-950: #101523;
}