Slate Gray
#507091
BlueColor Codes
All color formats for development
HEX
#507091RGB
rgb(80, 112, 145)HSL
hsl(210, 29%, 44%)OKLCH
oklch(0.534 0.064 249.9)CMYK
cmyk(45%, 23%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#486582
2#405A74
3#384F65
4#304357
5#283848
6#202D3A
7#18222B
8#10161D
9#080B0E
Tints
Lighter variations
1#5A7EA3
2#6C8DAE
3#7E9BB8
4#90A9C2
5#A3B8CC
6#B5C6D6
7#C8D4E1
8#DAE2EB
9#EDF1F5
Tones
Muted variations
1#53708D
2#56708A
3#597087
4#5D7084
5#607080
6#63707D
7#66707A
8#6A7077
9#6D7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DE #D4DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C4 #B3C4D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA6 #8CA6C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8C #6B8CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5070 #507091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F59 #3F5973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D40 #2D4052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D29 #1D2935 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E8EDF2;
--slate-gray-200: #D4DEE7;
--slate-gray-300: #B3C4D5;
--slate-gray-400: #8CA6C0;
--slate-gray-500: #6B8CAE;
--slate-gray-600: #507091;
--slate-gray-700: #3F5973;
--slate-gray-800: #2D4052;
--slate-gray-900: #1D2935;
--slate-gray-950: #121A21;
}