Slate Gray
#6B9DAE
BlueColor Codes
All color formats for development
HEX
#6B9DAERGB
rgb(107, 157, 174)HSL
hsl(195, 29%, 55%)OKLCH
oklch(0.667 0.059 221.2)CMYK
cmyk(39%, 10%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A91A3
2#508091
3#46707F
4#3C606D
5#32505A
6#284048
7#1E3036
8#142024
9#0A1012
Tints
Lighter variations
1#7AA7B6
2#89B1BE
3#97BAC6
4#A6C4CE
5#B5CED6
6#C4D8DE
7#D3E2E7
8#E1EBEF
9#F0F5F7
Tones
Muted variations
1#6E9BAA
2#729AA7
3#7598A4
4#7896A0
5#7C959D
6#7F939A
7#829196
8#869093
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 | D4E3 #D4E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CD #B3CDD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB3 #8CB3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9D #6B9DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5080 #508091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F66 #3F6673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D49 #2D4952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F35 | 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: #D4E3E7;
--slate-gray-300: #B3CDD5;
--slate-gray-400: #8CB3C0;
--slate-gray-500: #6B9DAE;
--slate-gray-600: #508091;
--slate-gray-700: #3F6673;
--slate-gray-800: #2D4952;
--slate-gray-900: #1D2F35;
--slate-gray-950: #121D21;
}