Slate Gray
#6E83AA
BlueColor Codes
All color formats for development
HEX
#6E83AARGB
rgb(110, 131, 170)HSL
hsl(219, 26%, 55%)OKLCH
oklch(0.608 0.064 262.6)CMYK
cmyk(35%, 23%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D749F
2#53678D
3#495B7C
4#3E4E6A
5#344158
6#2A3447
7#1F2735
8#151A23
9#0A0D12
Tints
Lighter variations
1#7D90B3
2#8B9CBB
3#9AA8C4
4#A8B5CC
5#B7C1D5
6#C5CEDD
7#D4DAE6
8#E2E6EE
9#F1F3F7
Tones
Muted variations
1#7184A7
2#7485A4
3#7786A1
4#7A879E
5#7D889B
6#808998
7#838A95
8#868A92
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C0 #B5C0D4 | BordersInactive statesPlaceholder text |
| 400 | 8F9F #8F9FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E83 #6E83AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5367 #53678D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4252 #425270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3B #2F3B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E26 #1E2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9ECF2;
--slate-gray-200: #D5DBE6;
--slate-gray-300: #B5C0D4;
--slate-gray-400: #8F9FBD;
--slate-gray-500: #6E83AA;
--slate-gray-600: #53678D;
--slate-gray-700: #425270;
--slate-gray-800: #2F3B50;
--slate-gray-900: #1E2633;
--slate-gray-950: #131820;
}