Slate Gray
#6B88AE
BlueColor Codes
All color formats for development
HEX
#6B88AERGB
rgb(107, 136, 174)HSL
hsl(214, 29%, 55%)OKLCH
oklch(0.619 0.067 255.4)CMYK
cmyk(39%, 22%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A79A3
2#506C91
3#465E7F
4#3C516D
5#32435A
6#283648
7#1E2836
8#141B24
9#0A0D12
Tints
Lighter variations
1#7A94B6
2#89A0BE
3#97ACC6
4#A6B7CE
5#B5C3D6
6#C4CFDE
7#D3DBE7
8#E1E7EF
9#F0F3F7
Tones
Muted variations
1#6E88AA
2#7289A7
3#7589A4
4#788AA0
5#7C8A9D
6#7F8A9A
7#828B96
8#868B93
9#898C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DD #D4DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C2 #B3C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA2 #8CA2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B88 #6B88AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506C #506C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F56 #3F5673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3D #2D3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2735 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D4DDE7;
--slate-gray-300: #B3C2D5;
--slate-gray-400: #8CA2C0;
--slate-gray-500: #6B88AE;
--slate-gray-600: #506C91;
--slate-gray-700: #3F5673;
--slate-gray-800: #2D3D52;
--slate-gray-900: #1D2735;
--slate-gray-950: #121921;
}