Black
#171B1C
CyanColor Codes
All color formats for development
HEX
#171B1CRGB
rgb(23, 27, 28)HSL
hsl(192, 10%, 10%)OKLCH
oklch(0.218 0.006 214.4)CMYK
cmyk(18%, 4%, 0%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151819
2#121616
3#101314
4#0E1011
5#0B0E0E
6#090B0B
7#070808
8#050506
9#020303
Tints
Lighter variations
1#2C3335
2#404C4F
3#556468
4#6A7C81
5#819398
6#9AA9AC
7#B3BEC1
8#CDD4D6
9#E6E9EA
Tones
Muted variations
1#171B1C
2#171B1C
3#181B1B
4#181A1B
5#181A1B
6#181A1B
7#191A1A
8#191A1A
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CA | BordersInactive statesPlaceholder text |
| 400 | 9DAB #9DABAF | Disabled statesSecondary iconsMuted text |
| 500 | 8193 #819398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6577 #65777B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505F #505F62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F8F8;
--black-100: #EBEEEF;
--black-200: #DBE0E1;
--black-300: #BEC8CA;
--black-400: #9DABAF;
--black-500: #819398;
--black-600: #65777B;
--black-700: #505F62;
--black-800: #394446;
--black-900: #252B2D;
--black-950: #171B1C;
}