Steel Blue
#6376B6
BlueColor Codes
All color formats for development
HEX
#6376B6RGB
rgb(99, 118, 182)HSL
hsl(226, 36%, 55%)OKLCH
oklch(0.578 0.101 270.4)CMYK
cmyk(46%, 35%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5166AC
2#485B99
3#3F4F86
4#364472
5#2D395F
6#242D4C
7#1B2239
8#121726
9#090B13
Tints
Lighter variations
1#7384BD
2#8292C4
3#929FCC
4#A1ADD3
5#B1BBDA
6#C1C8E2
7#D0D6E9
8#E0E4F0
9#EFF1F8
Tones
Muted variations
1#6778B1
2#6B7BAD
3#6F7DA9
4#737FA5
5#7881A1
6#7C839D
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 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9D9 | BordersInactive statesPlaceholder text |
| 400 | 8695 #8695C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6376 #6376B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485B #485B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3948 #394879 | 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: #D2D7EA;
--steel-blue-300: #AFB9D9;
--steel-blue-400: #8695C6;
--steel-blue-500: #6376B6;
--steel-blue-600: #485B99;
--steel-blue-700: #394879;
--steel-blue-800: #293457;
--steel-blue-900: #1A2137;
--steel-blue-950: #101523;
}