Slate Gray
#515990
BlueColor Codes
All color formats for development
HEX
#515990RGB
rgb(81, 89, 144)HSL
hsl(232, 28%, 44%)OKLCH
oklch(0.482 0.089 276.3)CMYK
cmyk(44%, 38%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495081
2#414773
3#393E65
4#303556
5#282D48
6#202439
7#181B2B
8#10121D
9#08090E
Tints
Lighter variations
1#5B65A2
2#6D75AD
3#7F87B7
4#9198C1
5#A4A9CC
6#B6BAD6
7#C8CBE0
8#DADDEA
9#EDEEF5
Tones
Muted variations
1#545B8C
2#575E89
3#5A6086
4#5D6283
5#606580
6#64677D
7#67697A
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 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C75 #6C75AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5159 #515990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4047 #404772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E33 #2E3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D5D7E7;
--slate-gray-300: #B4B8D5;
--slate-gray-400: #8D93BF;
--slate-gray-500: #6C75AC;
--slate-gray-600: #515990;
--slate-gray-700: #404772;
--slate-gray-800: #2E3352;
--slate-gray-900: #1D2034;
--slate-gray-950: #121421;
}