Steel Blue
#6367B6
BlueColor Codes
All color formats for development
HEX
#6367B6RGB
rgb(99, 103, 182)HSL
hsl(237, 36%, 55%)OKLCH
oklch(0.547 0.122 279.4)CMYK
cmyk(46%, 43%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5155AC
2#484C99
3#3F4286
4#363972
5#2D2F5F
6#24264C
7#1B1C39
8#121326
9#090913
Tints
Lighter variations
1#7376BD
2#8285C4
3#9295CC
4#A1A4D3
5#B1B3DA
6#C1C2E2
7#D0D1E9
8#E0E1F0
9#EFF0F8
Tones
Muted variations
1#676BB1
2#6B6FAD
3#6F72A9
4#7376A5
5#787AA1
6#7C7D9D
7#808199
8#848595
9#888990
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 | 8689 #8689C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6367 #6367B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484C #484C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393C #393C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292B #292B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | 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: #8689C6;
--steel-blue-500: #6367B6;
--steel-blue-600: #484C99;
--steel-blue-700: #393C79;
--steel-blue-800: #292B57;
--steel-blue-900: #1A1C37;
--steel-blue-950: #101123;
}