Slate Gray
#6D7EAB
BlueColor Codes
All color formats for development
HEX
#6D7EABRGB
rgb(109, 126, 171)HSL
hsl(224, 27%, 55%)OKLCH
oklch(0.597 0.072 268.2)CMYK
cmyk(36%, 26%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6EA0
2#52628E
3#48567D
4#3D4A6B
5#333D59
6#293147
7#1F2535
8#141924
9#0A0C12
Tints
Lighter variations
1#7C8BB4
2#8A98BC
3#99A5C4
4#A8B1CD
5#B6BED5
6#C5CBDD
7#D3D8E6
8#E2E5EE
9#F0F2F7
Tones
Muted variations
1#707FA8
2#7381A5
3#7782A2
4#7A849F
5#7D859C
6#808699
7#838896
8#868992
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9B #8E9BBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7E #6D7EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5262 #52628E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414E #414E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B5BDD4;
--slate-gray-400: #8E9BBE;
--slate-gray-500: #6D7EAB;
--slate-gray-600: #52628E;
--slate-gray-700: #414E71;
--slate-gray-800: #2F3851;
--slate-gray-900: #1E2434;
--slate-gray-950: #131620;
}