Slate Gray
#6D81AB
BlueColor Codes
All color formats for development
HEX
#6D81ABRGB
rgb(109, 129, 171)HSL
hsl(221, 27%, 55%)OKLCH
oklch(0.604 0.068 264.7)CMYK
cmyk(36%, 25%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C72A0
2#52658E
3#48587D
4#3D4C6B
5#333F59
6#293347
7#1F2635
8#141924
9#0A0D12
Tints
Lighter variations
1#7C8EB4
2#8A9ABC
3#99A7C4
4#A8B3CD
5#B6C0D5
6#C5CDDD
7#D3D9E6
8#E2E6EE
9#F0F2F7
Tones
Muted variations
1#7082A8
2#7383A5
3#7784A2
4#7A859F
5#7D879C
6#808899
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 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9D #8E9DBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D81 #6D81AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5265 #52658E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4150 #415071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2534 | 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: #D5DBE7;
--slate-gray-300: #B5BFD4;
--slate-gray-400: #8E9DBE;
--slate-gray-500: #6D81AB;
--slate-gray-600: #52658E;
--slate-gray-700: #415071;
--slate-gray-800: #2F3951;
--slate-gray-900: #1E2534;
--slate-gray-950: #131720;
}