Slate Gray
#7D859B
BlueColor Codes
All color formats for development
HEX
#7D859BRGB
rgb(125, 133, 155)HSL
hsl(224, 13%, 55%)OKLCH
oklch(0.618 0.035 269.6)CMYK
cmyk(19%, 14%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E778F
2#62697F
3#555C6F
4#494F5F
5#3D424F
6#31353F
7#252830
8#181A20
9#0C0D10
Tints
Lighter variations
1#8A91A5
2#979EAF
3#A4AAB9
4#B1B6C3
5#BEC2CD
6#CBCED7
7#D8DAE1
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#7F869A
2#808798
3#828797
4#838895
5#858994
6#868992
7#888A91
8#898B8F
9#8B8C8E
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 | BDC1 #BDC1CC | BordersInactive statesPlaceholder text |
| 400 | 9AA0 #9AA0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D85 #7D859B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6269 #62697F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E54 #4E5465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C48 | 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: #BDC1CC;
--slate-gray-400: #9AA0B1;
--slate-gray-500: #7D859B;
--slate-gray-600: #62697F;
--slate-gray-700: #4E5465;
--slate-gray-800: #373C48;
--slate-gray-900: #23262E;
--slate-gray-950: #16181D;
}