Slate Gray
#53628D
BlueColor Codes
All color formats for development
HEX
#53628DRGB
rgb(83, 98, 141)HSL
hsl(224, 26%, 44%)OKLCH
oklch(0.502 0.071 269)CMYK
cmyk(41%, 30%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B597F
2#424F71
3#3A4563
4#323B55
5#2A3147
6#212739
7#191E2A
8#11141C
9#080A0E
Tints
Lighter variations
1#5E6F9F
2#6F7FAA
3#818FB5
4#939FC0
5#A5AFCA
6#B7BFD5
7#C9CFDF
8#DBDFEA
9#EDEFF4
Tones
Muted variations
1#56648A
2#596588
3#5C6785
4#5F6882
5#62697F
6#656B7C
7#676C79
8#6A6D76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7E #6E7EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5363 #53638D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424E #424E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D5DAE6;
--slate-gray-300: #B5BDD4;
--slate-gray-400: #8F9BBD;
--slate-gray-500: #6E7EAA;
--slate-gray-600: #53638D;
--slate-gray-700: #424E70;
--slate-gray-800: #2F3850;
--slate-gray-900: #1E2433;
--slate-gray-950: #131620;
}