Slate Gray
#6E82AA
BlueColor Codes
All color formats for development
HEX
#6E82AARGB
rgb(110, 130, 170)HSL
hsl(220, 26%, 55%)OKLCH
oklch(0.606 0.066 263.9)CMYK
cmyk(35%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D739F
2#53668D
3#495A7C
4#3E4D6A
5#344058
6#2A3347
7#1F2635
8#151A23
9#0A0D12
Tints
Lighter variations
1#7D8FB3
2#8B9BBB
3#9AA8C4
4#A8B4CC
5#B7C1D5
6#C5CDDD
7#D4DAE6
8#E2E6EE
9#F1F3F7
Tones
Muted variations
1#7183A7
2#7484A4
3#7785A1
4#7A869E
5#7D879B
6#808898
7#838995
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 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9E #8F9EBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E82 #6E82AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5366 #53668D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4252 #425270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3A #2F3A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | 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: #B5BFD4;
--slate-gray-400: #8F9EBD;
--slate-gray-500: #6E82AA;
--slate-gray-600: #53668D;
--slate-gray-700: #425270;
--slate-gray-800: #2F3A50;
--slate-gray-900: #1E2533;
--slate-gray-950: #131720;
}