Black
#171C1C
CyanColor Codes
All color formats for development
HEX
#171C1CRGB
rgb(23, 28, 28)HSL
hsl(180, 10%, 10%)OKLCH
oklch(0.221 0.007 196.6)CMYK
cmyk(18%, 0%, 0%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151919
2#121616
3#101414
4#0E1111
5#0B0E0E
6#090B0B
7#070808
8#050606
9#020303
Tints
Lighter variations
1#2C3535
2#404F4F
3#556868
4#6A8181
5#819898
6#9AACAC
7#B3C1C1
8#CDD6D6
9#E6EAEA
Tones
Muted variations
1#171C1C
2#171C1C
3#181B1B
4#181B1B
5#181B1B
6#181B1B
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 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECA #BECACA | BordersInactive statesPlaceholder text |
| 400 | 9DAF #9DAFAF | Disabled statesSecondary iconsMuted text |
| 500 | 8198 #819898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657B #657B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5062 #506262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3946 #394646 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252D #252D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F8F8;
--black-100: #EBEFEF;
--black-200: #DBE1E1;
--black-300: #BECACA;
--black-400: #9DAFAF;
--black-500: #819898;
--black-600: #657B7B;
--black-700: #506262;
--black-800: #394646;
--black-900: #252D2D;
--black-950: #171C1C;
}