Slate Gray
#5A7287
BlueColor Codes
All color formats for development
HEX
#5A7287RGB
rgb(90, 114, 135)HSL
hsl(208, 20%, 44%)OKLCH
oklch(0.541 0.043 245.1)CMYK
cmyk(33%, 16%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516679
2#485B6C
3#3F505E
4#364451
5#2D3943
6#242D36
7#1B2228
8#12171B
9#090B0D
Tints
Lighter variations
1#658098
2#768EA4
3#879CAF
4#98AABA
5#A9B9C6
6#BAC7D1
7#CCD5DD
8#DDE3E8
9#EEF1F4
Tones
Muted variations
1#5C7284
2#5E7182
3#607180
4#63717E
5#65717B
6#677179
7#697177
8#6C7075
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5D0 | BordersInactive statesPlaceholder text |
| 400 | 94A7 #94A7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758E #758EA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A72 #5A7287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF1;
--slate-gray-200: #D7DEE4;
--slate-gray-300: #B9C5D0;
--slate-gray-400: #94A7B8;
--slate-gray-500: #758EA3;
--slate-gray-600: #5A7287;
--slate-gray-700: #475A6B;
--slate-gray-800: #33414D;
--slate-gray-900: #212931;
--slate-gray-950: #141A1F;
}