Slate Gray
#507F91
BlueColor Codes
All color formats for development
HEX
#507F91RGB
rgb(80, 127, 145)HSL
hsl(197, 29%, 44%)OKLCH
oklch(0.57 0.058 224.3)CMYK
cmyk(45%, 12%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#487282
2#406574
3#385865
4#304C57
5#283F48
6#20333A
7#18262B
8#10191D
9#080D0E
Tints
Lighter variations
1#5A8EA3
2#6C9BAE
3#7EA8B8
4#90B4C2
5#A3C1CC
6#B5CDD6
7#C8DAE1
8#DAE6EB
9#EDF3F5
Tones
Muted variations
1#537D8D
2#567B8A
3#597A87
4#5D7984
5#607780
6#63767D
7#66747A
8#6A7377
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E2 #D4E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CC #B3CCD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB1 #8CB1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9B #6B9BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507E #507E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F64 #3F6473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D48 #2D4852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8FA;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D4E2E7;
--slate-gray-300: #B3CCD5;
--slate-gray-400: #8CB1C0;
--slate-gray-500: #6B9BAE;
--slate-gray-600: #507E91;
--slate-gray-700: #3F6473;
--slate-gray-800: #2D4852;
--slate-gray-900: #1D2E35;
--slate-gray-950: #121D21;
}