Slate Gray
#6E9BAA
BlueColor Codes
All color formats for development
HEX
#6E9BAARGB
rgb(110, 155, 170)HSL
hsl(195, 26%, 55%)OKLCH
oklch(0.662 0.053 220.6)CMYK
cmyk(35%, 9%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D8F9F
2#537F8D
3#496F7C
4#3E5F6A
5#344F58
6#2A3F47
7#1F3035
8#152023
9#0A1012
Tints
Lighter variations
1#7DA5B3
2#8BAFBB
3#9AB9C4
4#A8C3CC
5#B7CDD5
6#C5D7DD
7#D4E1E6
8#E2EBEE
9#F1F5F7
Tones
Muted variations
1#719AA7
2#7498A4
3#7797A1
4#7A959E
5#7D949B
6#809298
7#839195
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 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB1 #8FB1BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9B #6E9BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537F #537F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4265 #426570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F48 #2F4850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E33 | 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: #E9EFF2;
--slate-gray-200: #D5E2E6;
--slate-gray-300: #B5CCD4;
--slate-gray-400: #8FB1BD;
--slate-gray-500: #6E9BAA;
--slate-gray-600: #537F8D;
--slate-gray-700: #426570;
--slate-gray-800: #2F4850;
--slate-gray-900: #1E2E33;
--slate-gray-950: #131D20;
}