Charcoal

#25282C

Gray

Color Codes

All color formats for development

HEX
#25282C
RGB
rgb(37, 40, 44)
HSL
hsl(214, 9%, 16%)
OKLCH
oklch(0.275 0.009 255.6)
CMYK
cmyk(16%, 9%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

14.80:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

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

Shades

Darker variations

1#212428
2#1E2024
3#1A1C1F
4#16181B
5#131416
6#0F1012
7#0B0C0D
8#070809
9#040404

Tints

Lighter variations

1#393D44
2#4C535B
3#606873
4#737D8A
5#8A939E
6#A2A8B1
7#B9BEC5
8#D0D4D8
9#E8E9EC

Tones

Muted variations

1#25282C
2#26282C
3#26282B
4#27292B
5#27292B
6#27292A
7#28292A
8#28292A
9#282929

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
DBDD
#DBDDE1
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: #DBDDE1;
  --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