Charcoal

#292929

Gray

Color Codes

All color formats for development

HEX
#292929
RGB
rgb(41, 41, 41)
HSL
hsl(0, 0%, 16%)
OKLCH
oklch(0.281 0 89.9)
CMYK
cmyk(0%, 0%, 0%, 84%)

Accessibility

WCAG contrast compliance

On White Background

14.55:1

AA AAA

On Black Background

1.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EDED
200
#DEDE
300
#C4C4
400
#A6A6
500
#8C8C
600
#7070
700
#5959
800
#4040
900
#2929
950
#1A1A

Shades

Darker variations

1#252525
2#212121
3#1D1D1D
4#181818
5#141414
6#101010
7#0C0C0C
8#080808
9#040404

Tints

Lighter variations

1#3E3E3E
2#545454
3#696969
4#7E7E7E
5#949494
6#A9A9A9
7#BFBFBF
8#D4D4D4
9#EAEAEA

Tones

Muted variations

1#292929
2#292929
3#292929
4#292929
5#292929
6#292929
7#292929
8#292929
9#292929

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EDED
#EDEDED
Light backgroundsTable row hoverSkeleton loading
200
DEDE
#DEDEDE
Secondary backgroundsInput backgroundsDividers
300
C4C4
#C4C4C4
BordersInactive statesPlaceholder text
400
A6A6
#A6A6A6
Disabled statesSecondary iconsMuted text
500
8C8C
#8C8C8C
Primary brand colorCTAsActive elementsLinks
600
7070
#707070
Hover statesFocus ringsPrimary buttons hover
700
5959
#595959
Active/pressed statesDark mode accentsSecondary text
800
4040
#404040
Text on light backgroundsHeadingsStrong borders
900
2929
#292929
Primary textHigh emphasis contentDark headings
950
1A1A
#1A1A1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F7F7F7;
  --charcoal-100: #EDEDED;
  --charcoal-200: #DEDEDE;
  --charcoal-300: #C4C4C4;
  --charcoal-400: #A6A6A6;
  --charcoal-500: #8C8C8C;
  --charcoal-600: #707070;
  --charcoal-700: #595959;
  --charcoal-800: #404040;
  --charcoal-900: #292929;
  --charcoal-950: #1A1A1A;
}
Generate More ShadesCreate PaletteConvert Color