Slate Gray
#515290
BlueColor Codes
All color formats for development
HEX
#515290RGB
rgb(81, 82, 144)HSL
hsl(239, 28%, 44%)OKLCH
oklch(0.467 0.099 281.1)CMYK
cmyk(44%, 43%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494A81
2#414173
3#393965
4#303156
5#282948
6#202139
7#18192B
8#10101D
9#08080E
Tints
Lighter variations
1#5B5CA2
2#6D6EAD
3#7F80B7
4#9192C1
5#A4A4CC
6#B6B6D6
7#C8C9E0
8#DADBEA
9#EDEDF5
Tones
Muted variations
1#54558C
2#575889
3#5A5B86
4#5D5E83
5#606180
6#64647D
7#67677A
8#6A6A76
9#6D6D73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8E #8D8EBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6D #6C6DAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5152 #515290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4041 #404172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5F9;
--slate-gray-100: #E8E8F2;
--slate-gray-200: #D5D5E7;
--slate-gray-300: #B4B4D5;
--slate-gray-400: #8D8EBF;
--slate-gray-500: #6C6DAC;
--slate-gray-600: #515290;
--slate-gray-700: #404172;
--slate-gray-800: #2E2E52;
--slate-gray-900: #1D1E34;
--slate-gray-950: #121321;
}