Slate Gray
#8080CB
BlueColor Codes
All color formats for development
HEX
#8080CBRGB
rgb(128, 128, 203)HSL
hsl(240, 42%, 65%)OKLCH
oklch(0.631 0.112 282.7)CMYK
cmyk(37%, 37%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6969C2
2#5151B8
3#4343A5
4#3A3A8D
5#303076
6#26265E
7#1D1D47
8#13132F
9#0A0A18
Tints
Lighter variations
1#8D8DD0
2#9A9AD6
3#A6A6DB
4#B3B3E0
5#C0C0E5
6#CCCCEA
7#D9D9EF
8#E6E6F5
9#F2F2FA
Tones
Muted variations
1#8484C7
2#8888C4
3#8C8CC0
4#8F8FBC
5#9393B8
6#9797B5
7#9B9BB1
8#9E9EAD
9#A2A2A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDD | BordersInactive statesPlaceholder text |
| 400 | 8080 #8080CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5C #5C5CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4141 #41419F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3434 #34347F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2525 #25255B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F4FB;
--slate-gray-100: #E6E6F5;
--slate-gray-200: #D0D0EC;
--slate-gray-300: #ACACDD;
--slate-gray-400: #8080CB;
--slate-gray-500: #5C5CBC;
--slate-gray-600: #41419F;
--slate-gray-700: #34347F;
--slate-gray-800: #25255B;
--slate-gray-900: #18183A;
--slate-gray-950: #0F0F24;
}