Steel Blue
#6375B6
BlueColor Codes
All color formats for development
HEX
#6375B6RGB
rgb(99, 117, 182)HSL
hsl(227, 36%, 55%)OKLCH
oklch(0.576 0.103 271.1)CMYK
cmyk(46%, 36%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5164AC
2#485999
3#3F4E86
4#364372
5#2D385F
6#242D4C
7#1B2139
8#121626
9#090B13
Tints
Lighter variations
1#7383BD
2#8290C4
3#929ECC
4#A1ACD3
5#B1BADA
6#C1C8E2
7#D0D6E9
8#E0E3F0
9#EFF1F8
Tones
Muted variations
1#6777B1
2#6B7AAD
3#6F7CA9
4#737EA5
5#7881A1
6#7C839D
7#808599
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 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8694 #8694C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6375 #6375B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4859 #485999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3947 #394779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2933 #293357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | 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: #AFB8D9;
--steel-blue-400: #8694C6;
--steel-blue-500: #6375B6;
--steel-blue-600: #485999;
--steel-blue-700: #394779;
--steel-blue-800: #293357;
--steel-blue-900: #1A2037;
--steel-blue-950: #101423;
}