Slate Gray
#509191
CyanColor Codes
All color formats for development
HEX
#509191RGB
rgb(80, 145, 145)HSL
hsl(180, 29%, 44%)OKLCH
oklch(0.614 0.067 195.6)CMYK
cmyk(45%, 0%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#488282
2#407474
3#386565
4#305757
5#284848
6#203A3A
7#182B2B
8#101D1D
9#080E0E
Tints
Lighter variations
1#5AA3A3
2#6CAEAE
3#7EB8B8
4#90C2C2
5#A3CCCC
6#B5D6D6
7#C8E1E1
8#DAEBEB
9#EDF5F5
Tones
Muted variations
1#538D8D
2#568A8A
3#598787
4#5D8484
5#608080
6#637D7D
7#667A7A
8#6A7777
9#6D7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D5 #B3D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CC0 #8CC0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAE #6BAEAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5091 #509191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F73 #3F7373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D52 #2D5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D35 #1D3535 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5FAFA;
--slate-gray-100: #E8F2F2;
--slate-gray-200: #D4E7E7;
--slate-gray-300: #B3D5D5;
--slate-gray-400: #8CC0C0;
--slate-gray-500: #6BAEAE;
--slate-gray-600: #509191;
--slate-gray-700: #3F7373;
--slate-gray-800: #2D5252;
--slate-gray-900: #1D3535;
--slate-gray-950: #122121;
}