Slate Gray
#626A7F
BlueColor Codes
All color formats for development
HEX
#626A7FRGB
rgb(98, 106, 127)HSL
hsl(223, 13%, 44%)OKLCH
oklch(0.525 0.035 268.8)CMYK
cmyk(23%, 17%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#585F72
2#4E5565
3#444A59
4#3B404C
5#31353F
6#272A33
7#1D2026
8#141519
9#0A0B0D
Tints
Lighter variations
1#6E778F
2#7E869C
3#8E95A8
4#9EA4B4
5#AEB4C1
6#BEC3CD
7#CFD2DA
8#DFE1E6
9#EFF0F3
Tones
Muted variations
1#636B7D
2#656B7C
3#666C7A
4#676C79
5#696D77
6#6A6E76
7#6C6E75
8#6D6F73
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC1 #BDC1CC | BordersInactive statesPlaceholder text |
| 400 | 9AA1 #9AA1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D86 #7D869B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626A #626A7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E54 #4E5465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADCE2;
--slate-gray-300: #BDC1CC;
--slate-gray-400: #9AA1B1;
--slate-gray-500: #7D869B;
--slate-gray-600: #626A7F;
--slate-gray-700: #4E5465;
--slate-gray-800: #373C48;
--slate-gray-900: #23272E;
--slate-gray-950: #16181D;
}