Slate Gray
#52628E
BlueColor Codes
All color formats for development
HEX
#52628ERGB
rgb(82, 98, 142)HSL
hsl(224, 27%, 44%)OKLCH
oklch(0.502 0.073 268.4)CMYK
cmyk(42%, 31%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5880
2#424E72
3#394564
4#313B55
5#293147
6#212739
7#191D2B
8#10141C
9#080A0E
Tints
Lighter variations
1#5C6FA1
2#6E7EAC
3#808EB6
4#929FC0
5#A4AFCB
6#B6BFD5
7#C9CFE0
8#DBDFEA
9#EDEFF5
Tones
Muted variations
1#55638B
2#586588
3#5B6685
4#5E6882
5#61697F
6#646B7C
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 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9B #8E9BBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7E #6D7EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5262 #52628E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414E #414E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | 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: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B5BDD4;
--slate-gray-400: #8E9BBE;
--slate-gray-500: #6D7EAB;
--slate-gray-600: #52628E;
--slate-gray-700: #414E71;
--slate-gray-800: #2F3851;
--slate-gray-900: #1E2434;
--slate-gray-950: #131620;
}