Slate Gray
#54768C
BlueColor Codes
All color formats for development
HEX
#54768CRGB
rgb(84, 118, 140)HSL
hsl(204, 25%, 44%)OKLCH
oklch(0.549 0.052 237.3)CMYK
cmyk(40%, 16%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C6A7E
2#435E70
3#3B5262
4#324754
5#2A3B46
6#222F38
7#19232A
8#11181C
9#080C0E
Tints
Lighter variations
1#5F859E
2#7092A9
3#82A0B4
4#94AEBF
5#A6BBC9
6#B8C9D4
7#C9D6DF
8#DBE4EA
9#EDF1F4
Tones
Muted variations
1#577589
2#5A7587
3#5D7484
4#5F7481
5#62737E
6#65727B
7#687279
8#6B7176
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABC | Disabled statesSecondary iconsMuted text |
| 500 | 7092 #7092A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5476 #54768C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435E #435E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #304350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EEF2;
--slate-gray-200: #D6E0E6;
--slate-gray-300: #B6C7D3;
--slate-gray-400: #8FAABC;
--slate-gray-500: #7092A9;
--slate-gray-600: #54768C;
--slate-gray-700: #435E70;
--slate-gray-800: #304350;
--slate-gray-900: #1F2B33;
--slate-gray-950: #131B20;
}