Slate Gray
#6E99AA
BlueColor Codes
All color formats for development
HEX
#6E99AARGB
rgb(110, 153, 170)HSL
hsl(197, 26%, 55%)OKLCH
oklch(0.658 0.053 224.4)CMYK
cmyk(35%, 10%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D8C9F
2#537D8D
3#496D7C
4#3E5E6A
5#344E58
6#2A3E47
7#1F2F35
8#151F23
9#0A1012
Tints
Lighter variations
1#7DA3B3
2#8BAEBB
3#9AB8C4
4#A8C2CC
5#B7CCD5
6#C5D6DD
7#D4E0E6
8#E2EBEE
9#F1F5F7
Tones
Muted variations
1#7198A7
2#7497A4
3#7795A1
4#7A949E
5#7D939B
6#809198
7#839095
8#868F92
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CB #B5CBD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB0 #8FB0BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E99 #6E99AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537D #537D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4263 #426370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F47 #2F4750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EFF2;
--slate-gray-200: #D5E2E6;
--slate-gray-300: #B5CBD4;
--slate-gray-400: #8FB0BD;
--slate-gray-500: #6E99AA;
--slate-gray-600: #537D8D;
--slate-gray-700: #426370;
--slate-gray-800: #2F4750;
--slate-gray-900: #1E2D33;
--slate-gray-950: #131C20;
}