Slate Gray
#6B74AE
BlueColor Codes
All color formats for development
HEX
#6B74AERGB
rgb(107, 116, 174)HSL
hsl(232, 29%, 55%)OKLCH
oklch(0.576 0.09 276.5)CMYK
cmyk(39%, 33%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A63A3
2#505891
3#464D7F
4#3C426D
5#32375A
6#282C48
7#1E2136
8#141624
9#0A0B12
Tints
Lighter variations
1#7A82B6
2#8990BE
3#979EC6
4#A6ACCE
5#B5B9D6
6#C4C7DE
7#D3D5E7
8#E1E3EF
9#F0F1F7
Tones
Muted variations
1#6E76AA
2#7279A7
3#757BA4
4#787EA0
5#7C809D
6#7F829A
7#828596
8#868793
9#898A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D7 #D4D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B8 #B3B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8C93 #8C93C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B74 #6B74AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5058 #505891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F46 #3F4673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D32 #2D3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2035 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D4D7E7;
--slate-gray-300: #B3B8D5;
--slate-gray-400: #8C93C0;
--slate-gray-500: #6B74AE;
--slate-gray-600: #505891;
--slate-gray-700: #3F4673;
--slate-gray-800: #2D3252;
--slate-gray-900: #1D2035;
--slate-gray-950: #121421;
}