Slate Gray
#71A1A8
CyanColor Codes
All color formats for development
HEX
#71A1A8RGB
rgb(113, 161, 168)HSL
hsl(188, 24%, 55%)OKLCH
oklch(0.677 0.052 207.3)CMYK
cmyk(33%, 4%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60949D
2#55848B
3#4B737A
4#406368
5#355257
6#2B4246
7#203134
8#152123
9#0B1011
Tints
Lighter variations
1#7FAAB1
2#8DB3B9
3#9BBDC2
4#AAC6CB
5#B8D0D3
6#C6D9DC
7#D4E3E5
8#E3ECEE
9#F1F6F6
Tones
Muted variations
1#739EA5
2#769CA2
3#799AA0
4#7C989D
5#7E969A
6#819497
7#849295
8#879092
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CF #B6CFD2 | BordersInactive statesPlaceholder text |
| 400 | 90B5 #90B5BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A0 #71A0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5584 #55848B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4469 #44696F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304B #304B4F | 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: #F6F9F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D6E4E6;
--slate-gray-300: #B6CFD2;
--slate-gray-400: #90B5BB;
--slate-gray-500: #71A0A8;
--slate-gray-600: #55848B;
--slate-gray-700: #44696F;
--slate-gray-800: #304B4F;
--slate-gray-900: #1F3033;
--slate-gray-950: #131E20;
}