Charcoal

#3A3F45

Gray

Color Codes

All color formats for development

HEX
#3A3F45
RGB
rgb(58, 63, 69)
HSL
hsl(213, 9%, 25%)
OKLCH
oklch(0.365 0.012 253)
CMYK
cmyk(16%, 9%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.62:1

AA AAA

On Black Background

1.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECED
200
#DBDE
300
#BFC4
400
#9EA5
500
#828B
600
#666F
700
#5158
800
#3A3F
900
#2528
950
#1719

Shades

Darker variations

1#34393F
2#2E3338
3#292C31
4#23262A
5#1D2023
6#17191C
7#111315
8#0C0D0E
9#060607

Tints

Lighter variations

1#4B525A
2#5D656F
3#6E7884
4#828B97
5#979FA8
6#ACB2B9
7#C0C5CB
8#D5D8DC
9#EAECEE

Tones

Muted variations

1#3B3F45
2#3B3F44
3#3C3F44
4#3C3F43
5#3D3F43
6#3D4042
7#3E4041
8#3F4041
9#3F4040

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECED
#ECEDEF
Light backgroundsTable row hoverSkeleton loading
200
DBDE
#DBDEE1
Secondary backgroundsInput backgroundsDividers
300
BFC4
#BFC4CA
BordersInactive statesPlaceholder text
400
9EA5
#9EA5AE
Disabled statesSecondary iconsMuted text
500
828B
#828B97
Primary brand colorCTAsActive elementsLinks
600
666F
#666F7A
Hover statesFocus ringsPrimary buttons hover
700
5158
#515861
Active/pressed statesDark mode accentsSecondary text
800
3A3F
#3A3F45
Text on light backgroundsHeadingsStrong borders
900
2528
#25282C
Primary textHigh emphasis contentDark headings
950
1719
#17191C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F7F7F8;
  --charcoal-100: #ECEDEF;
  --charcoal-200: #DBDEE1;
  --charcoal-300: #BFC4CA;
  --charcoal-400: #9EA5AE;
  --charcoal-500: #828B97;
  --charcoal-600: #666F7A;
  --charcoal-700: #515861;
  --charcoal-800: #3A3F45;
  --charcoal-900: #25282C;
  --charcoal-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color