Slate Gray
#6D80AB
BlueColor Codes
All color formats for development
HEX
#6D80ABRGB
rgb(109, 128, 171)HSL
hsl(222, 27%, 55%)OKLCH
oklch(0.602 0.07 265.9)CMYK
cmyk(36%, 25%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C71A0
2#52648E
3#48587D
4#3D4B6B
5#333F59
6#293247
7#1F2635
8#141924
9#0A0D12
Tints
Lighter variations
1#7C8DB4
2#8A99BC
3#99A6C4
4#A8B3CD
5#B6BFD5
6#C5CCDD
7#D3D9E6
8#E2E6EE
9#F0F2F7
Tones
Muted variations
1#7081A8
2#7382A5
3#7784A2
4#7A859F
5#7D869C
6#808799
7#838996
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 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BE #B5BED4 | BordersInactive statesPlaceholder text |
| 400 | 8E9C #8E9CBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D80 #6D80AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5264 #52648E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4150 #415071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | 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: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B5BED4;
--slate-gray-400: #8E9CBE;
--slate-gray-500: #6D80AB;
--slate-gray-600: #52648E;
--slate-gray-700: #415071;
--slate-gray-800: #2F3951;
--slate-gray-900: #1E2434;
--slate-gray-950: #131720;
}