Slate Gray
#53598D
BlueColor Codes
All color formats for development
HEX
#53598DRGB
rgb(83, 89, 141)HSL
hsl(234, 26%, 44%)OKLCH
oklch(0.482 0.084 277.7)CMYK
cmyk(41%, 37%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B507F
2#424771
3#3A3E63
4#323555
5#2A2C47
6#212439
7#191B2A
8#11121C
9#08090E
Tints
Lighter variations
1#5E649F
2#6F75AA
3#8186B5
4#9397C0
5#A5A9CA
6#B7BAD5
7#C9CBDF
8#DBDCEA
9#EDEEF4
Tones
Muted variations
1#565B8A
2#595E88
3#5C6085
4#5F6282
5#62657F
6#65677C
7#676979
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 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8F93 #8F93BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E74 #6E74AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5359 #53598D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4247 #424770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F32 #2F3250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9E9F2;
--slate-gray-200: #D5D7E6;
--slate-gray-300: #B5B8D4;
--slate-gray-400: #8F93BD;
--slate-gray-500: #6E74AA;
--slate-gray-600: #53598D;
--slate-gray-700: #424770;
--slate-gray-800: #2F3250;
--slate-gray-900: #1E2033;
--slate-gray-950: #131420;
}