Black

#18181B

Gray

Color Codes

All color formats for development

HEX
#18181B
RGB
rgb(24, 24, 27)
HSL
hsl(240, 6%, 10%)
OKLCH
oklch(0.21 0.006 285.9)
CMYK
cmyk(11%, 11%, 0%, 89%)

Accessibility

WCAG contrast compliance

On White Background

17.72:1

AA AAA

On Black Background

1.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DCDC
300
#C1C1
400
#A0A0
500
#8585
600
#6969
700
#5454
800
#3C3C
900
#2626
950
#1818

Shades

Darker variations

1#161618
2#131316
3#111113
4#0E0E10
5#0C0C0E
6#0A0A0B
7#070708
8#050505
9#020203

Tints

Lighter variations

1#2E2E33
2#43434C
3#595964
4#6E6E7C
5#858593
6#9E9EA9
7#B6B6BE
8#CECED4
9#E7E7E9

Tones

Muted variations

1#18181B
2#18181B
3#18181B
4#19191A
5#19191A
6#19191A
7#19191A
8#19191A
9#19191A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEE
Light backgroundsTable row hoverSkeleton loading
200
DCDC
#DCDCE0
Secondary backgroundsInput backgroundsDividers
300
C1C1
#C1C1C8
BordersInactive statesPlaceholder text
400
A0A0
#A0A0AB
Disabled statesSecondary iconsMuted text
500
8585
#858593
Primary brand colorCTAsActive elementsLinks
600
6969
#696977
Hover statesFocus ringsPrimary buttons hover
700
5454
#54545F
Active/pressed statesDark mode accentsSecondary text
800
3C3C
#3C3C44
Text on light backgroundsHeadingsStrong borders
900
2626
#26262B
Primary textHigh emphasis contentDark headings
950
1818
#18181B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F7F7F8;
  --black-100: #ECECEE;
  --black-200: #DCDCE0;
  --black-300: #C1C1C8;
  --black-400: #A0A0AB;
  --black-500: #858593;
  --black-600: #696977;
  --black-700: #54545F;
  --black-800: #3C3C44;
  --black-900: #26262B;
  --black-950: #18181B;
}
Generate More ShadesCreate PaletteConvert Color