Slate Gray
#6D9AAB
BlueColor Codes
All color formats for development
HEX
#6D9AABRGB
rgb(109, 154, 171)HSL
hsl(196, 27%, 55%)OKLCH
oklch(0.66 0.055 223.4)CMYK
cmyk(36%, 10%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C8EA0
2#527E8E
3#486F7D
4#3D5F6B
5#334F59
6#293F47
7#1F2F35
8#142024
9#0A1012
Tints
Lighter variations
1#7CA5B4
2#8AAFBC
3#99B9C4
4#A8C3CD
5#B6CDD5
6#C5D7DD
7#D3E1E6
8#E2EBEE
9#F0F5F7
Tones
Muted variations
1#7099A8
2#7398A5
3#7796A2
4#7A959F
5#7D939C
6#809299
7#839196
8#868F92
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB1 #8EB1BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9B #6D9BAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527E #527E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4164 #416471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F48 #2F4851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E34 | 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: #F5F8F9;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D5E2E7;
--slate-gray-300: #B5CCD4;
--slate-gray-400: #8EB1BE;
--slate-gray-500: #6D9BAB;
--slate-gray-600: #527E8E;
--slate-gray-700: #416471;
--slate-gray-800: #2F4851;
--slate-gray-900: #1E2E34;
--slate-gray-950: #131D20;
}