Slate Gray
#516490
BlueColor Codes
All color formats for development
HEX
#516490RGB
rgb(81, 100, 144)HSL
hsl(222, 28%, 44%)OKLCH
oklch(0.507 0.074 265.9)CMYK
cmyk(44%, 31%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495A81
2#415073
3#394665
4#303C56
5#283248
6#202839
7#181E2B
8#10141D
9#080A0E
Tints
Lighter variations
1#5B70A2
2#6D80AD
3#7F90B7
4#91A0C1
5#A4B0CC
6#B6BFD6
7#C8CFE0
8#DADFEA
9#EDEFF5
Tones
Muted variations
1#54658C
2#576689
3#5A6786
4#5D6983
5#606A80
6#646B7D
7#676C7A
8#6A6E76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BE #B4BED5 | BordersInactive statesPlaceholder text |
| 400 | 8D9C #8D9CBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7F #6C7FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5164 #516490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404F #404F72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E39 #2E3952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B4BED5;
--slate-gray-400: #8D9CBF;
--slate-gray-500: #6C7FAC;
--slate-gray-600: #516490;
--slate-gray-700: #404F72;
--slate-gray-800: #2E3952;
--slate-gray-900: #1D2434;
--slate-gray-950: #121721;
}