Slate Gray
#71A8A8
CyanColor Codes
All color formats for development
HEX
#71A8A8RGB
rgb(113, 168, 168)HSL
hsl(180, 24%, 55%)OKLCH
oklch(0.694 0.058 195.9)CMYK
cmyk(33%, 0%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#609D9D
2#558B8B
3#4B7A7A
4#406868
5#355757
6#2B4646
7#203434
8#152323
9#0B1111
Tints
Lighter variations
1#7FB1B1
2#8DB9B9
3#9BC2C2
4#AACBCB
5#B8D3D3
6#C6DCDC
7#D4E5E5
8#E3EEEE
9#F1F6F6
Tones
Muted variations
1#73A5A5
2#76A2A2
3#79A0A0
4#7C9D9D
5#7E9A9A
6#819797
7#849595
8#879292
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 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D2 #B6D2D2 | BordersInactive statesPlaceholder text |
| 400 | 90BB #90BBBB | Disabled statesSecondary iconsMuted text |
| 500 | 71A8 #71A8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558B #558B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446F #446F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | 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: #D6E6E6;
--slate-gray-300: #B6D2D2;
--slate-gray-400: #90BBBB;
--slate-gray-500: #71A8A8;
--slate-gray-600: #558B8B;
--slate-gray-700: #446F6F;
--slate-gray-800: #304F4F;
--slate-gray-900: #1F3333;
--slate-gray-950: #132020;
}