Slate Gray
#6D9DAB
CyanColor Codes
All color formats for development
HEX
#6D9DABRGB
rgb(109, 157, 171)HSL
hsl(194, 27%, 55%)OKLCH
oklch(0.667 0.055 217.9)CMYK
cmyk(36%, 8%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C90A0
2#52808E
3#48707D
4#3D606B
5#335059
6#294047
7#1F3035
8#142024
9#0A1012
Tints
Lighter variations
1#7CA7B4
2#8AB0BC
3#99BAC4
4#A8C4CD
5#B6CED5
6#C5D8DD
7#D3E2E6
8#E2EBEE
9#F0F5F7
Tones
Muted variations
1#709BA8
2#7399A5
3#7798A2
4#7A969F
5#7D959C
6#809399
7#839196
8#869092
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB3 #8EB3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9D #6D9DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5280 #52808E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4166 #416671 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8F0F2;
--slate-gray-200: #D5E3E7;
--slate-gray-300: #B5CDD4;
--slate-gray-400: #8EB3BE;
--slate-gray-500: #6D9DAB;
--slate-gray-600: #52808E;
--slate-gray-700: #416671;
--slate-gray-800: #2F4951;
--slate-gray-900: #1E2F34;
--slate-gray-950: #131D20;
}