Slate Gray
#516690
BlueColor Codes
All color formats for development
HEX
#516690RGB
rgb(81, 102, 144)HSL
hsl(220, 28%, 44%)OKLCH
oklch(0.511 0.072 263.6)CMYK
cmyk(44%, 29%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495C81
2#415173
3#394765
4#303D56
5#283348
6#202939
7#181F2B
8#10141D
9#080A0E
Tints
Lighter variations
1#5B73A2
2#6D82AD
3#7F92B7
4#91A1C1
5#A4B1CC
6#B6C1D6
7#C8D0E0
8#DAE0EA
9#EDEFF5
Tones
Muted variations
1#54678C
2#576889
3#5A6986
4#5D6A83
5#606B80
6#646C7D
7#676D7A
8#6A6E76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BF #B4BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9D #8D9DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C82 #6C82AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5166 #516690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4051 #405172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3A #2E3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | 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: #F5F7F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DBE7;
--slate-gray-300: #B4BFD5;
--slate-gray-400: #8D9DBF;
--slate-gray-500: #6C82AC;
--slate-gray-600: #516690;
--slate-gray-700: #405172;
--slate-gray-800: #2E3A52;
--slate-gray-900: #1D2534;
--slate-gray-950: #121721;
}