Slate Gray
#527E8E
BlueColor Codes
All color formats for development
HEX
#527E8ERGB
rgb(82, 126, 142)HSL
hsl(196, 27%, 44%)OKLCH
oklch(0.567 0.054 222.9)CMYK
cmyk(42%, 11%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7280
2#426572
3#395864
4#314C55
5#293F47
6#213339
7#19262B
8#10191C
9#080D0E
Tints
Lighter variations
1#5C8EA1
2#6E9BAC
3#80A8B6
4#92B4C0
5#A4C1CB
6#B6CDD5
7#C9DAE0
8#DBE6EA
9#EDF3F5
Tones
Muted variations
1#557D8B
2#587C88
3#5B7A85
4#5E7982
5#61777F
6#64767C
7#677479
8#6A7376
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB1 #8EB1BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9B #6D9BAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527E #527E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4164 #416471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F48 #2F4851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D5E2E7;
--slate-gray-300: #B5CCD4;
--slate-gray-400: #8EB1BE;
--slate-gray-500: #6D9BAB;
--slate-gray-600: #527E8E;
--slate-gray-700: #416471;
--slate-gray-800: #2F4851;
--slate-gray-900: #1E2E34;
--slate-gray-950: #131D20;
}