Slate Gray
#54838C
CyanColor Codes
All color formats for development
HEX
#54838CRGB
rgb(84, 131, 140)HSL
hsl(190, 25%, 44%)OKLCH
oklch(0.58 0.053 210.9)CMYK
cmyk(40%, 6%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C767E
2#436970
3#3B5C62
4#324F54
5#2A4146
6#223438
7#19272A
8#111A1C
9#080D0E
Tints
Lighter variations
1#5F949E
2#70A0A9
3#82ACB4
4#94B8BF
5#A6C3C9
6#B8CFD4
7#C9DBDF
8#DBE7EA
9#EDF3F4
Tones
Muted variations
1#578189
2#5A7F87
3#5D7D84
4#5F7B81
5#627A7E
6#65787B
7#687679
8#6B7476
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED3 | BordersInactive statesPlaceholder text |
| 400 | 8FB5 #8FB5BC | Disabled statesSecondary iconsMuted text |
| 500 | 709F #709FA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5483 #54838C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4368 #436870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F30 #1F3033 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E9F0F2;
--slate-gray-200: #D6E3E6;
--slate-gray-300: #B6CED3;
--slate-gray-400: #8FB5BC;
--slate-gray-500: #709FA9;
--slate-gray-600: #54838C;
--slate-gray-700: #436870;
--slate-gray-800: #304A50;
--slate-gray-900: #1F3033;
--slate-gray-950: #131E20;
}