Slate Gray
#54628C
BlueColor Codes
All color formats for development
HEX
#54628CRGB
rgb(84, 98, 140)HSL
hsl(225, 25%, 44%)OKLCH
oklch(0.502 0.069 269.7)CMYK
cmyk(40%, 30%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C587E
2#434F70
3#3B4562
4#323B54
5#2A3146
6#222738
7#191D2A
8#11141C
9#080A0E
Tints
Lighter variations
1#5F6F9E
2#707EA9
3#828FB4
4#949FBF
5#A6AFC9
6#B8BFD4
7#C9CFDF
8#DBDFEA
9#EDEFF4
Tones
Muted variations
1#576489
2#5A6587
3#5D6684
4#5F6881
5#62697E
6#656B7B
7#686C79
8#6B6D76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBC | Disabled statesSecondary iconsMuted text |
| 500 | 707E #707EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5462 #54628C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434E #434E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #303850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D6DAE6;
--slate-gray-300: #B6BDD3;
--slate-gray-400: #8F9BBC;
--slate-gray-500: #707EA9;
--slate-gray-600: #54628C;
--slate-gray-700: #434E70;
--slate-gray-800: #303850;
--slate-gray-900: #1F2433;
--slate-gray-950: #131620;
}