Slate Gray
#818BCA
BlueColor Codes
All color formats for development
HEX
#818BCARGB
rgb(129, 139, 202)HSL
hsl(232, 41%, 65%)OKLCH
oklch(0.654 0.095 276.5)CMYK
cmyk(36%, 31%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A75C1
2#5260B7
3#4451A4
4#3B468C
5#313A75
6#272E5D
7#1D2346
8#14172F
9#0A0C17
Tints
Lighter variations
1#8E97D0
2#9AA2D5
3#A7AEDA
4#B3B9DF
5#C0C5E5
6#CDD1EA
7#D9DCEF
8#E6E8F4
9#F2F3FA
Tones
Muted variations
1#858EC7
2#8890C3
3#8C93BF
4#9096BC
5#9398B8
6#979BB4
7#9B9EB1
8#9EA0AD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DC | BordersInactive statesPlaceholder text |
| 400 | 818B #818BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6A #5D6ABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424E #424E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353E #353E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E8F4;
--slate-gray-200: #D0D4EB;
--slate-gray-300: #ACB3DC;
--slate-gray-400: #818BCA;
--slate-gray-500: #5D6ABB;
--slate-gray-600: #424E9E;
--slate-gray-700: #353E7E;
--slate-gray-800: #262D5A;
--slate-gray-900: #181D3A;
--slate-gray-950: #0F1224;
}