Steel Blue
#6364B6
BlueColor Codes
All color formats for development
HEX
#6364B6RGB
rgb(99, 100, 182)HSL
hsl(239, 36%, 55%)OKLCH
oklch(0.541 0.126 280.8)CMYK
cmyk(46%, 45%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5152AC
2#484999
3#3F4086
4#363772
5#2D2E5F
6#24254C
7#1B1B39
8#121226
9#090913
Tints
Lighter variations
1#7374BD
2#8283C4
3#9293CC
4#A1A2D3
5#B1B2DA
6#C1C1E2
7#D0D1E9
8#E0E0F0
9#EFF0F8
Tones
Muted variations
1#6768B1
2#6B6CAD
3#6F70A9
4#7374A5
5#7878A1
6#7C7C9D
7#808099
8#848495
9#888890
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0D9 | BordersInactive statesPlaceholder text |
| 400 | 8687 #8687C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6364 #6364B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4849 #484999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393A #393A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292A #292A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F4;
--steel-blue-200: #D2D2EA;
--steel-blue-300: #AFB0D9;
--steel-blue-400: #8687C6;
--steel-blue-500: #6364B6;
--steel-blue-600: #484999;
--steel-blue-700: #393A79;
--steel-blue-800: #292A57;
--steel-blue-900: #1A1B37;
--steel-blue-950: #101123;
}