Slate Gray
#508C91
CyanColor Codes
All color formats for development
HEX
#508C91RGB
rgb(80, 140, 145)HSL
hsl(185, 29%, 44%)OKLCH
oklch(0.601 0.063 202.5)CMYK
cmyk(45%, 3%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#487D82
2#406F74
3#386265
4#305457
5#284648
6#20383A
7#182A2B
8#101C1D
9#080E0E
Tints
Lighter variations
1#5A9DA3
2#6CA8AE
3#7EB3B8
4#90BEC2
5#A3C9CC
6#B5D4D6
7#C8DFE1
8#DAE9EB
9#EDF4F5
Tones
Muted variations
1#53898D
2#56868A
3#598387
4#5D8084
5#607E80
6#637B7D
7#66787A
8#6A7677
9#6D7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D3 #B3D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBB #8CBBC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA8 #6BA8AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508B #508B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6F #3F6F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4F #2D4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3335 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9FA;
--slate-gray-100: #E8F1F2;
--slate-gray-200: #D4E6E7;
--slate-gray-300: #B3D3D5;
--slate-gray-400: #8CBBC0;
--slate-gray-500: #6BA8AE;
--slate-gray-600: #508B91;
--slate-gray-700: #3F6F73;
--slate-gray-800: #2D4F52;
--slate-gray-900: #1D3335;
--slate-gray-950: #122021;
}