Slate Gray
#71A5A8
CyanColor Codes
All color formats for development
HEX
#71A5A8RGB
rgb(113, 165, 168)HSL
hsl(183, 24%, 55%)OKLCH
oklch(0.687 0.055 200.5)CMYK
cmyk(33%, 2%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60999D
2#55888B
3#4B777A
4#406668
5#355557
6#2B4446
7#203334
8#152223
9#0B1111
Tints
Lighter variations
1#7FAEB1
2#8DB7B9
3#9BC0C2
4#AAC9CB
5#B8D2D3
6#C6DBDC
7#D4E4E5
8#E3EDEE
9#F1F6F6
Tones
Muted variations
1#73A3A5
2#76A0A2
3#799EA0
4#7C9B9D
5#7E999A
6#819697
7#849495
8#879192
9#898F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E5 #D6E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D1 #B6D1D2 | BordersInactive statesPlaceholder text |
| 400 | 90B9 #90B9BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A5 #71A5A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5588 #55888B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446D #446D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304E #304E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #E9F1F1;
--slate-gray-200: #D6E5E6;
--slate-gray-300: #B6D1D2;
--slate-gray-400: #90B9BB;
--slate-gray-500: #71A5A8;
--slate-gray-600: #55888B;
--slate-gray-700: #446D6F;
--slate-gray-800: #304E4F;
--slate-gray-900: #1F3233;
--slate-gray-950: #131F20;
}