Charcoal

#2B2926

Gray

Color Codes

All color formats for development

HEX
#2B2926
RGB
rgb(43, 41, 38)
HSL
hsl(36, 6%, 16%)
OKLCH
oklch(0.282 0.006 78.2)
CMYK
cmyk(0%, 5%, 12%, 83%)

Accessibility

WCAG contrast compliance

On White Background

14.50:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DE
300
#C8C5
400
#ABA7
500
#938E
600
#7772
700
#5F5A
800
#4441
900
#2B29
950
#1B1A

Shades

Darker variations

1#272523
2#23211F
3#1E1D1B
4#1A1917
5#161513
6#11110F
7#0D0C0C
8#090808
9#040404

Tints

Lighter variations

1#423F3A
2#59554F
3#6F6A63
4#868077
5#9A958D
6#AEAAA4
7#C3C0BB
8#D7D5D2
9#EBEAE8

Tones

Muted variations

1#2B2927
2#2B2927
3#2B2927
4#2A2927
5#2A2928
6#2A2928
7#2A2928
8#292928
9#292929

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEED
#EEEDEC
Light backgroundsTable row hoverSkeleton loading
200
E0DE
#E0DEDC
Secondary backgroundsInput backgroundsDividers
300
C8C5
#C8C5C1
BordersInactive statesPlaceholder text
400
ABA7
#ABA7A0
Disabled statesSecondary iconsMuted text
500
938E
#938E85
Primary brand colorCTAsActive elementsLinks
600
7772
#777269
Hover statesFocus ringsPrimary buttons hover
700
5F5A
#5F5A54
Active/pressed statesDark mode accentsSecondary text
800
4441
#44413C
Text on light backgroundsHeadingsStrong borders
900
2B29
#2B2926
Primary textHigh emphasis contentDark headings
950
1B1A
#1B1A18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F8F7F7;
  --charcoal-100: #EEEDEC;
  --charcoal-200: #E0DEDC;
  --charcoal-300: #C8C5C1;
  --charcoal-400: #ABA7A0;
  --charcoal-500: #938E85;
  --charcoal-600: #777269;
  --charcoal-700: #5F5A54;
  --charcoal-800: #44413C;
  --charcoal-900: #2B2926;
  --charcoal-950: #1B1A18;
}
Generate More ShadesCreate PaletteConvert Color