Steel Blue
#6363B6
BlueColor Codes
All color formats for development
HEX
#6363B6RGB
rgb(99, 99, 182)HSL
hsl(240, 36%, 55%)OKLCH
oklch(0.539 0.127 281.3)CMYK
cmyk(46%, 46%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5151AC
2#484899
3#3F3F86
4#363672
5#2D2D5F
6#24244C
7#1B1B39
8#121226
9#090913
Tints
Lighter variations
1#7373BD
2#8282C4
3#9292CC
4#A1A1D3
5#B1B1DA
6#C1C1E2
7#D0D0E9
8#E0E0F0
9#EFEFF8
Tones
Muted variations
1#6767B1
2#6B6BAD
3#6F6FA9
4#7373A5
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 | AFAF #AFAFD9 | BordersInactive statesPlaceholder text |
| 400 | 8686 #8686C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6363 #6363B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4848 #484899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3939 #393979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2929 #292957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A37 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | 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: #AFAFD9;
--steel-blue-400: #8686C6;
--steel-blue-500: #6363B6;
--steel-blue-600: #484899;
--steel-blue-700: #393979;
--steel-blue-800: #292957;
--steel-blue-900: #1A1A37;
--steel-blue-950: #101023;
}