Slate Gray
#71A7A8
CyanColor Codes
All color formats for development
HEX
#71A7A8RGB
rgb(113, 167, 168)HSL
hsl(181, 24%, 55%)OKLCH
oklch(0.691 0.057 197.4)CMYK
cmyk(33%, 1%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#609C9D
2#558A8B
3#4B797A
4#406868
5#355657
6#2B4546
7#203434
8#152323
9#0B1111
Tints
Lighter variations
1#7FB0B1
2#8DB8B9
3#9BC1C2
4#AACACB
5#B8D3D3
6#C6DCDC
7#D4E5E5
8#E3EDEE
9#F1F6F6
Tones
Muted variations
1#73A4A5
2#76A2A2
3#799FA0
4#7C9C9D
5#7E9A9A
6#819797
7#849495
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 | 90BA #90BABB | Disabled statesSecondary iconsMuted text |
| 500 | 71A7 #71A7A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558A #558A8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446E #446E6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | 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: #D6E6E6;
--slate-gray-300: #B6D2D2;
--slate-gray-400: #90BABB;
--slate-gray-500: #71A7A8;
--slate-gray-600: #558A8B;
--slate-gray-700: #446E6F;
--slate-gray-800: #304F4F;
--slate-gray-900: #1F3233;
--slate-gray-950: #131F20;
}