Steel Blue
#6366B6
BlueColor Codes
All color formats for development
HEX
#6366B6RGB
rgb(99, 102, 182)HSL
hsl(238, 36%, 55%)OKLCH
oklch(0.545 0.123 279.9)CMYK
cmyk(46%, 44%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5154AC
2#484B99
3#3F4186
4#363872
5#2D2F5F
6#24254C
7#1B1C39
8#121326
9#090913
Tints
Lighter variations
1#7375BD
2#8284C4
3#9294CC
4#A1A3D3
5#B1B2DA
6#C1C2E2
7#D0D1E9
8#E0E0F0
9#EFF0F8
Tones
Muted variations
1#676AB1
2#6B6DAD
3#6F71A9
4#7375A5
5#7879A1
6#7C7D9D
7#808199
8#848595
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 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1D9 | BordersInactive statesPlaceholder text |
| 400 | 8688 #8688C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6366 #6366B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484B #484B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393B #393B79 | 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: #D2D3EA;
--steel-blue-300: #AFB1D9;
--steel-blue-400: #8688C6;
--steel-blue-500: #6366B6;
--steel-blue-600: #484B99;
--steel-blue-700: #393B79;
--steel-blue-800: #292A57;
--steel-blue-900: #1A1B37;
--steel-blue-950: #101123;
}