Slate Gray
#808FCB
BlueColor Codes
All color formats for development
HEX
#808FCBRGB
rgb(128, 143, 203)HSL
hsl(228, 42%, 65%)OKLCH
oklch(0.662 0.091 272.9)CMYK
cmyk(37%, 30%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697BC2
2#5166B8
3#4357A5
4#3A4A8D
5#303E76
6#26325E
7#1D2547
8#13192F
9#0A0C18
Tints
Lighter variations
1#8D9AD0
2#9AA6D6
3#A6B1DB
4#B3BCE0
5#C0C7E5
6#CCD2EA
7#D9DDEF
8#E6E9F5
9#F2F4FA
Tones
Muted variations
1#8492C7
2#8894C4
3#8C96C0
4#8F98BC
5#939BB8
6#979DB5
7#9B9FB1
8#9EA1AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 808F #808FCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6F #5C6FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4154 #41549F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3443 #34437F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2530 #25305B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FB;
--slate-gray-100: #E6E9F5;
--slate-gray-200: #D0D5EC;
--slate-gray-300: #ACB6DD;
--slate-gray-400: #808FCB;
--slate-gray-500: #5C6FBC;
--slate-gray-600: #41549F;
--slate-gray-700: #34437F;
--slate-gray-800: #25305B;
--slate-gray-900: #181F3A;
--slate-gray-950: #0F1324;
}