Slate Gray
#508F91
CyanColor Codes
All color formats for development
HEX
#508F91RGB
rgb(80, 143, 145)HSL
hsl(182, 29%, 44%)OKLCH
oklch(0.609 0.065 198.2)CMYK
cmyk(45%, 1%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#488082
2#407274
3#386465
4#305657
5#284748
6#20393A
7#182B2B
8#101D1D
9#080E0E
Tints
Lighter variations
1#5AA1A3
2#6CACAE
3#7EB6B8
4#90C1C2
5#A3CBCC
6#B5D5D6
7#C8E0E1
8#DAEAEB
9#EDF5F5
Tones
Muted variations
1#538C8D
2#56888A
3#598587
4#5D8284
5#607F80
6#637C7D
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 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D4 #B3D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBE #8CBEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAB #6BABAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508F #508F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F71 #3F7173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D51 #2D5152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3435 | 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: #D4E7E7;
--slate-gray-300: #B3D4D5;
--slate-gray-400: #8CBEC0;
--slate-gray-500: #6BABAE;
--slate-gray-600: #508F91;
--slate-gray-700: #3F7173;
--slate-gray-800: #2D5152;
--slate-gray-900: #1D3435;
--slate-gray-950: #122021;
}