Slate Gray
#527C8E
BlueColor Codes
All color formats for development
HEX
#527C8ERGB
rgb(82, 124, 142)HSL
hsl(198, 27%, 44%)OKLCH
oklch(0.562 0.054 226.8)CMYK
cmyk(42%, 13%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A7080
2#426372
3#395764
4#314B55
5#293E47
6#213239
7#19252B
8#10191C
9#080C0E
Tints
Lighter variations
1#5C8CA1
2#6E99AC
3#80A6B6
4#92B3C0
5#A4BFCB
6#B6CCD5
7#C9D9E0
8#DBE6EA
9#EDF2F5
Tones
Muted variations
1#557B8B
2#587A88
3#5B7985
4#5E7782
5#61767F
6#64757C
7#677479
8#6A7376
9#6D7173
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 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CB #B5CBD4 | BordersInactive statesPlaceholder text |
| 400 | 8EAF #8EAFBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D99 #6D99AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527C #527C8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4163 #416371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F47 #2F4751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | 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: #D5E1E7;
--slate-gray-300: #B5CBD4;
--slate-gray-400: #8EAFBE;
--slate-gray-500: #6D99AB;
--slate-gray-600: #527C8E;
--slate-gray-700: #416371;
--slate-gray-800: #2F4751;
--slate-gray-900: #1E2D34;
--slate-gray-950: #131C20;
}