Slate Gray
#6E7EAA
BlueColor Codes
All color formats for development
HEX
#6E7EAARGB
rgb(110, 126, 170)HSL
hsl(224, 26%, 55%)OKLCH
oklch(0.597 0.07 268.8)CMYK
cmyk(35%, 26%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D6F9F
2#53638D
3#49567C
4#3E4A6A
5#343E58
6#2A3147
7#1F2535
8#151923
9#0A0C12
Tints
Lighter variations
1#7D8BB3
2#8B98BB
3#9AA5C4
4#A8B2CC
5#B7BFD5
6#C5CCDD
7#D4D8E6
8#E2E5EE
9#F1F2F7
Tones
Muted variations
1#7180A7
2#7481A4
3#7783A1
4#7A849E
5#7D859B
6#808798
7#838895
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 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7E #6E7EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5363 #53638D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424E #424E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2433 | 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: #E9EBF2;
--slate-gray-200: #D5DAE6;
--slate-gray-300: #B5BDD4;
--slate-gray-400: #8F9BBD;
--slate-gray-500: #6E7EAA;
--slate-gray-600: #53638D;
--slate-gray-700: #424E70;
--slate-gray-800: #2F3850;
--slate-gray-900: #1E2433;
--slate-gray-950: #131620;
}