Slate Gray
#53538D
BlueColor Codes
All color formats for development
HEX
#53538DRGB
rgb(83, 83, 141)HSL
hsl(240, 26%, 44%)OKLCH
oklch(0.469 0.093 282.2)CMYK
cmyk(41%, 41%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B4B7F
2#424271
3#3A3A63
4#323255
5#2A2A47
6#212139
7#19192A
8#11111C
9#08080E
Tints
Lighter variations
1#5E5E9F
2#6F6FAA
3#8181B5
4#9393C0
5#A5A5CA
6#B7B7D5
7#C9C9DF
8#DBDBEA
9#EDEDF4
Tones
Muted variations
1#56568A
2#595988
3#5C5C85
4#5F5F82
5#62627F
6#65657C
7#676779
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 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6E #6E6EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5353 #53538D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4242 #424270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5F9;
--slate-gray-100: #E9E9F2;
--slate-gray-200: #D5D5E6;
--slate-gray-300: #B5B5D4;
--slate-gray-400: #8F8FBD;
--slate-gray-500: #6E6EAA;
--slate-gray-600: #53538D;
--slate-gray-700: #424270;
--slate-gray-800: #2F2F50;
--slate-gray-900: #1E1E33;
--slate-gray-950: #131320;
}