Slate Gray
#7476A4
BlueColor Codes
All color formats for development
HEX
#7476A4RGB
rgb(116, 118, 164)HSL
hsl(238, 21%, 55%)OKLCH
oklch(0.582 0.07 282)CMYK
cmyk(29%, 28%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#646599
2#595A88
3#4E4F77
4#424466
5#373855
6#2C2D44
7#212233
8#161722
9#0B0B11
Tints
Lighter variations
1#8283AD
2#9091B6
3#9E9FC0
4#ACADC9
5#BABAD2
6#C7C8DB
7#D5D6E4
8#E3E4ED
9#F1F1F6
Tones
Muted variations
1#7778A2
2#797AA0
3#7B7D9D
4#7E7F9B
5#808198
6#838396
7#858693
8#878891
9#8A8A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B9 #B8B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9394 #9394B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7476 #7476A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595A #595A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4748 #47486C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202131 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EAF1;
--slate-gray-200: #D7D7E5;
--slate-gray-300: #B8B9D1;
--slate-gray-400: #9394B8;
--slate-gray-500: #7476A4;
--slate-gray-600: #595A88;
--slate-gray-700: #47486C;
--slate-gray-800: #32334D;
--slate-gray-900: #202131;
--slate-gray-950: #14151F;
}