Slate Gray
#6E81AA
BlueColor Codes
All color formats for development
HEX
#6E81AARGB
rgb(110, 129, 170)HSL
hsl(221, 26%, 55%)OKLCH
oklch(0.604 0.067 265.2)CMYK
cmyk(35%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D729F
2#53668D
3#49597C
4#3E4C6A
5#343F58
6#2A3347
7#1F2635
8#151923
9#0A0D12
Tints
Lighter variations
1#7D8EB3
2#8B9ABB
3#9AA7C4
4#A8B4CC
5#B7C0D5
6#C5CDDD
7#D4D9E6
8#E2E6EE
9#F1F2F7
Tones
Muted variations
1#7182A7
2#7483A4
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 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9D #8F9DBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E81 #6E81AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5366 #53668D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4251 #425170 | 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: #E9EBF2;
--slate-gray-200: #D5DBE6;
--slate-gray-300: #B5BFD4;
--slate-gray-400: #8F9DBD;
--slate-gray-500: #6E81AA;
--slate-gray-600: #53668D;
--slate-gray-700: #425170;
--slate-gray-800: #2F3A50;
--slate-gray-900: #1E2533;
--slate-gray-950: #131720;
}