Slate Gray
#6D9EAB
CyanColor Codes
All color formats for development
HEX
#6D9EABRGB
rgb(109, 158, 171)HSL
hsl(193, 27%, 55%)OKLCH
oklch(0.669 0.056 216.1)CMYK
cmyk(36%, 8%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C92A0
2#52818E
3#48717D
4#3D616B
5#335159
6#294147
7#1F3135
8#142024
9#0A1012
Tints
Lighter variations
1#7CA8B4
2#8AB1BC
3#99BBC4
4#A8C5CD
5#B6CED5
6#C5D8DD
7#D3E2E6
8#E2ECEE
9#F0F5F7
Tones
Muted variations
1#709CA8
2#739AA5
3#7799A2
4#7A979F
5#7D959C
6#809399
7#839296
8#869092
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB3 #8EB3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9E #6D9EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5281 #52818E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4167 #416771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E8F0F2;
--slate-gray-200: #D5E3E7;
--slate-gray-300: #B5CDD4;
--slate-gray-400: #8EB3BE;
--slate-gray-500: #6D9EAB;
--slate-gray-600: #52818E;
--slate-gray-700: #416771;
--slate-gray-800: #2F4A51;
--slate-gray-900: #1E2F34;
--slate-gray-950: #131D20;
}