Slate Gray
#7D849B
BlueColor Codes
All color formats for development
HEX
#7D849BRGB
rgb(125, 132, 155)HSL
hsl(226, 13%, 55%)OKLCH
oklch(0.616 0.036 272)CMYK
cmyk(19%, 15%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E758F
2#62687F
3#555B6F
4#494E5F
5#3D414F
6#31343F
7#252730
8#181A20
9#0C0D10
Tints
Lighter variations
1#8A91A5
2#979DAF
3#A4A9B9
4#B1B5C3
5#BEC2CD
6#CBCED7
7#D8DAE1
8#E5E6EB
9#F2F3F5
Tones
Muted variations
1#7F859A
2#808698
3#828797
4#838795
5#858894
6#868992
7#888A91
8#898B8F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CC | BordersInactive statesPlaceholder text |
| 400 | 9AA0 #9AA0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D84 #7D849B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6268 #62687F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E53 #4E5365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADCE2;
--slate-gray-300: #BDC0CC;
--slate-gray-400: #9AA0B1;
--slate-gray-500: #7D849B;
--slate-gray-600: #62687F;
--slate-gray-700: #4E5365;
--slate-gray-800: #373B48;
--slate-gray-900: #23262E;
--slate-gray-950: #16181D;
}