Slate Gray
#8699C6
BlueColor Codes
All color formats for development
HEX
#8699C6RGB
rgb(134, 153, 198)HSL
hsl(222, 36%, 65%)OKLCH
oklch(0.685 0.07 266.8)CMYK
cmyk(32%, 23%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F86BB
2#5973B1
3#4A639E
4#405587
5#354771
6#2A395A
7#202B44
8#151C2D
9#0B0E17
Tints
Lighter variations
1#92A3CC
2#9EADD1
3#AAB8D7
4#B6C2DD
5#C2CCE2
6#CED6E8
7#DBE0EE
8#E7EBF4
9#F3F5F9
Tones
Muted variations
1#899AC3
2#8C9BBF
3#8F9DBC
4#929EB9
5#969FB6
6#99A1B3
7#9CA2AF
8#9FA3AC
9#A3A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCD9 | BordersInactive statesPlaceholder text |
| 400 | 8699 #8699C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637C #637CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4860 #486099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394C #394C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2937 #293757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2337 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7EBF4;
--slate-gray-200: #D2D9EA;
--slate-gray-300: #AFBCD9;
--slate-gray-400: #8699C6;
--slate-gray-500: #637CB6;
--slate-gray-600: #486099;
--slate-gray-700: #394C79;
--slate-gray-800: #293757;
--slate-gray-900: #1A2337;
--slate-gray-950: #101623;
}