Slate Gray
#808ECB
BlueColor Codes
All color formats for development
HEX
#808ECBRGB
rgb(128, 142, 203)HSL
hsl(229, 42%, 65%)OKLCH
oklch(0.66 0.092 273.7)CMYK
cmyk(37%, 30%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6979C2
2#5164B8
3#4355A5
4#3A498D
5#303D76
6#26315E
7#1D2447
8#13182F
9#0A0C18
Tints
Lighter variations
1#8D99D0
2#9AA5D6
3#A6B0DB
4#B3BBE0
5#C0C7E5
6#CCD2EA
7#D9DDEF
8#E6E8F5
9#F2F4FA
Tones
Muted variations
1#8490C7
2#8893C4
3#8C95C0
4#8F98BC
5#939AB8
6#979CB5
7#9B9FB1
8#9EA1AD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DD | BordersInactive statesPlaceholder text |
| 400 | 808E #808ECB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6E #5C6EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4152 #41529F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3442 #34427F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252F #252F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | 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: #E6E8F5;
--slate-gray-200: #D0D5EC;
--slate-gray-300: #ACB5DD;
--slate-gray-400: #808ECB;
--slate-gray-500: #5C6EBC;
--slate-gray-600: #41529F;
--slate-gray-700: #34427F;
--slate-gray-800: #252F5B;
--slate-gray-900: #181E3A;
--slate-gray-950: #0F1324;
}