Slate Gray
#52638E
BlueColor Codes
All color formats for development
HEX
#52638ERGB
rgb(82, 99, 142)HSL
hsl(223, 27%, 44%)OKLCH
oklch(0.504 0.072 267.3)CMYK
cmyk(42%, 30%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5980
2#424F72
3#394564
4#313B55
5#293247
6#212839
7#191E2B
8#10141C
9#080A0E
Tints
Lighter variations
1#5C70A1
2#6E7FAC
3#808FB6
4#929FC0
5#A4AFCB
6#B6BFD5
7#C9CFE0
8#DBDFEA
9#EDEFF5
Tones
Muted variations
1#55648B
2#586688
3#5B6785
4#5E6882
5#616A7F
6#646B7C
7#676C79
8#6A6E76
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 | 6D7F #6D7FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5263 #52638E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414F #414F71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | 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: #6D7FAB;
--slate-gray-600: #52638E;
--slate-gray-700: #414F71;
--slate-gray-800: #2F3851;
--slate-gray-900: #1E2434;
--slate-gray-950: #131720;
}