Slate Gray
#515D90
BlueColor Codes
All color formats for development
HEX
#515D90RGB
rgb(81, 93, 144)HSL
hsl(229, 28%, 44%)OKLCH
oklch(0.491 0.083 272.9)CMYK
cmyk(44%, 35%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495381
2#414A73
3#394165
4#303756
5#282E48
6#202539
7#181C2B
8#10121D
9#08090E
Tints
Lighter variations
1#5B68A2
2#6D79AD
3#7F89B7
4#919AC1
5#A4ABCC
6#B6BCD6
7#C8CDE0
8#DADDEA
9#EDEEF5
Tones
Muted variations
1#545E8C
2#576089
3#5A6286
4#5D6483
5#606680
6#64687D
7#676A7A
8#6A6C76
9#6D6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BA #B4BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8D96 #8D96BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C78 #6C78AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515C #515C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D5D8E7;
--slate-gray-300: #B4BAD5;
--slate-gray-400: #8D96BF;
--slate-gray-500: #6C78AC;
--slate-gray-600: #515C90;
--slate-gray-700: #404972;
--slate-gray-800: #2E3452;
--slate-gray-900: #1D2234;
--slate-gray-950: #121521;
}