Slate Gray
#53568D
BlueColor Codes
All color formats for development
HEX
#53568DRGB
rgb(83, 86, 141)HSL
hsl(237, 26%, 44%)OKLCH
oklch(0.476 0.088 280.1)CMYK
cmyk(41%, 39%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B4D7F
2#424571
3#3A3C63
4#323455
5#2A2B47
6#212239
7#191A2A
8#11111C
9#08090E
Tints
Lighter variations
1#5E619F
2#6F72AA
3#8184B5
4#9395C0
5#A5A7CA
6#B7B9D5
7#C9CADF
8#DBDCEA
9#EDEDF4
Tones
Muted variations
1#56598A
2#595B88
3#5C5E85
4#5F6082
5#62637F
6#65667C
7#676879
8#6A6B76
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 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8F91 #8F91BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E71 #6E71AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5356 #53568D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4244 #424470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F33 | 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: #D5D6E6;
--slate-gray-300: #B5B7D4;
--slate-gray-400: #8F91BD;
--slate-gray-500: #6E71AA;
--slate-gray-600: #53568D;
--slate-gray-700: #424470;
--slate-gray-800: #2F3150;
--slate-gray-900: #1E1F33;
--slate-gray-950: #131420;
}