Slate Gray
#8082CB
BlueColor Codes
All color formats for development
HEX
#8082CBRGB
rgb(128, 130, 203)HSL
hsl(238, 42%, 65%)OKLCH
oklch(0.635 0.109 281.6)CMYK
cmyk(37%, 36%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#696CC2
2#5155B8
3#4347A5
4#3A3C8D
5#303276
6#26285E
7#1D1E47
8#13142F
9#0A0A18
Tints
Lighter variations
1#8D8FD0
2#9A9CD6
3#A6A8DB
4#B3B4E0
5#C0C1E5
6#CCCDEA
7#D9DAEF
8#E6E6F5
9#F2F3FA
Tones
Muted variations
1#8486C7
2#888AC4
3#8C8DC0
4#8F91BC
5#9394B8
6#9798B5
7#9B9BB1
8#9E9FAD
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 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAD #ACADDD | BordersInactive statesPlaceholder text |
| 400 | 8083 #8083CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5F #5C5FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4144 #41449F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3436 #34367F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2527 #25275B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #D0D1EC;
--slate-gray-300: #ACADDD;
--slate-gray-400: #8083CB;
--slate-gray-500: #5C5FBC;
--slate-gray-600: #41449F;
--slate-gray-700: #34367F;
--slate-gray-800: #25275B;
--slate-gray-900: #18193A;
--slate-gray-950: #0F1024;
}