Slate Gray
#507C91
BlueColor Codes
All color formats for development
HEX
#507C91RGB
rgb(80, 124, 145)HSL
hsl(199, 29%, 44%)OKLCH
oklch(0.563 0.058 229.7)CMYK
cmyk(45%, 14%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#487082
2#406374
3#385765
4#304A57
5#283E48
6#20323A
7#18252B
8#10191D
9#080C0E
Tints
Lighter variations
1#5A8CA3
2#6C99AE
3#7EA6B8
4#90B2C2
5#A3BFCC
6#B5CCD6
7#C8D9E1
8#DAE5EB
9#EDF2F5
Tones
Muted variations
1#537B8D
2#567A8A
3#597987
4#5D7784
5#607680
6#63757D
7#66747A
8#6A7377
9#6D7173
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 | D4E1 #D4E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CB #B3CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8CAF #8CAFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B98 #6B98AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507C #507C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F63 #3F6373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D47 #2D4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D35 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | 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: #D4E1E7;
--slate-gray-300: #B3CBD5;
--slate-gray-400: #8CAFC0;
--slate-gray-500: #6B98AE;
--slate-gray-600: #507C91;
--slate-gray-700: #3F6373;
--slate-gray-800: #2D4752;
--slate-gray-900: #1D2D35;
--slate-gray-950: #121C21;
}