Slate Gray
#7691A2
BlueColor Codes
All color formats for development
HEX
#7691A2RGB
rgb(118, 145, 162)HSL
hsl(203, 19%, 55%)OKLCH
oklch(0.642 0.04 235.9)CMYK
cmyk(27%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668496
2#5B7586
3#506775
4#445864
5#394953
6#2D3B43
7#222C32
8#171D21
9#0B0F11
Tints
Lighter variations
1#849CAB
2#92A7B5
3#9FB2BE
4#ADBDC7
5#BBC8D1
6#C8D3DA
7#D6DEE3
8#E4E9EC
9#F1F4F6
Tones
Muted variations
1#7991A0
2#7B909E
3#7D909C
4#7F8F99
5#818F97
6#848E95
7#868E93
8#888D91
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C7 #B9C7CF | BordersInactive statesPlaceholder text |
| 400 | 95AA #95AAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7691 #7691A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B75 #5B7586 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485D #485D6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D8DFE4;
--slate-gray-300: #B9C7CF;
--slate-gray-400: #95AAB7;
--slate-gray-500: #7691A2;
--slate-gray-600: #5B7586;
--slate-gray-700: #485D6A;
--slate-gray-800: #34434C;
--slate-gray-900: #212B31;
--slate-gray-950: #151B1E;
}