Slate Gray
#6B9CAE
BlueColor Codes
All color formats for development
HEX
#6B9CAERGB
rgb(107, 156, 174)HSL
hsl(196, 29%, 55%)OKLCH
oklch(0.664 0.059 222.9)CMYK
cmyk(39%, 10%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A8FA3
2#507F91
3#466F7F
4#3C606D
5#32505A
6#284048
7#1E3036
8#142024
9#0A1012
Tints
Lighter variations
1#7AA6B6
2#89B0BE
3#97BAC6
4#A6C3CE
5#B5CDD6
6#C4D7DE
7#D3E1E7
8#E1EBEF
9#F0F5F7
Tones
Muted variations
1#6E9AAA
2#7299A7
3#7597A4
4#7896A0
5#7C949D
6#7F929A
7#829196
8#868F93
9#898E90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E2 #D4E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CC #B3CCD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB2 #8CB2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9C #6B9CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507F #507F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F65 #3F6573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D48 #2D4852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8FA;
--slate-gray-100: #E8F0F2;
--slate-gray-200: #D4E2E7;
--slate-gray-300: #B3CCD5;
--slate-gray-400: #8CB2C0;
--slate-gray-500: #6B9CAE;
--slate-gray-600: #507F91;
--slate-gray-700: #3F6573;
--slate-gray-800: #2D4852;
--slate-gray-900: #1D2E35;
--slate-gray-950: #121D21;
}