Slate Gray
#71A0A8
CyanColor Codes
All color formats for development
HEX
#71A0A8RGB
rgb(113, 160, 168)HSL
hsl(189, 24%, 55%)OKLCH
oklch(0.675 0.052 209.2)CMYK
cmyk(33%, 5%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60939D
2#55838B
3#4B737A
4#406268
5#355257
6#2B4246
7#203134
8#152123
9#0B1011
Tints
Lighter variations
1#7FA9B1
2#8DB3B9
3#9BBCC2
4#AAC6CB
5#B8CFD3
6#C6D9DC
7#D4E2E5
8#E3ECEE
9#F1F5F6
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 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED2 | BordersInactive statesPlaceholder text |
| 400 | 90B5 #90B5BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A0 #71A0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5583 #55838B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4468 #44686F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A4F | 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: #D6E3E6;
--slate-gray-300: #B6CED2;
--slate-gray-400: #90B5BB;
--slate-gray-500: #71A0A8;
--slate-gray-600: #55838B;
--slate-gray-700: #44686F;
--slate-gray-800: #304A4F;
--slate-gray-900: #1F3033;
--slate-gray-950: #131E20;
}