Slate Gray
#508D91
CyanColor Codes
All color formats for development
HEX
#508D91RGB
rgb(80, 141, 145)HSL
hsl(184, 29%, 44%)OKLCH
oklch(0.604 0.064 201.1)CMYK
cmyk(45%, 3%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#487E82
2#407074
3#386265
4#305457
5#284648
6#20383A
7#182A2B
8#101C1D
9#080E0E
Tints
Lighter variations
1#5A9EA3
2#6CA9AE
3#7EB4B8
4#90BFC2
5#A3CACC
6#B5D4D6
7#C8DFE1
8#DAEAEB
9#EDF4F5
Tones
Muted variations
1#538A8D
2#56878A
3#598487
4#5D8184
5#607E80
6#637B7D
7#66797A
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 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D3 #B3D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBC #8CBCC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA9 #6BA9AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508C #508C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F70 #3F7073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D50 #2D5052 | 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: #E8F2F2;
--slate-gray-200: #D4E6E7;
--slate-gray-300: #B3D3D5;
--slate-gray-400: #8CBCC0;
--slate-gray-500: #6BA9AE;
--slate-gray-600: #508C91;
--slate-gray-700: #3F7073;
--slate-gray-800: #2D5052;
--slate-gray-900: #1D3335;
--slate-gray-950: #122021;
}