Charcoal

#25272C

Gray

Color Codes

All color formats for development

HEX
#25272C
RGB
rgb(37, 39, 44)
HSL
hsl(223, 9%, 16%)
OKLCH
oklch(0.273 0.01 268.3)
CMYK
cmyk(16%, 11%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

14.94:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DBDD
300
#BFC2
400
#9EA2
500
#8288
600
#666C
700
#5156
800
#3A3D
900
#2527
950
#1719

Shades

Darker variations

1#212328
2#1E1F24
3#1A1B1F
4#16181B
5#131416
6#0F1012
7#0B0C0D
8#070809
9#040404

Tints

Lighter variations

1#393C44
2#4C505B
3#606573
4#737A8A
5#8A909E
6#A2A6B1
7#B9BCC5
8#D0D2D8
9#E8E9EC

Tones

Muted variations

1#25272C
2#26282C
3#26282B
4#27282B
5#27282B
6#27282A
7#28282A
8#28282A
9#282929

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEF
Light backgroundsTable row hoverSkeleton loading
200
DBDD
#DBDDE1
Secondary backgroundsInput backgroundsDividers
300
BFC2
#BFC2CA
BordersInactive statesPlaceholder text
400
9EA2
#9EA2AE
Disabled statesSecondary iconsMuted text
500
8288
#828897
Primary brand colorCTAsActive elementsLinks
600
666C
#666C7A
Hover statesFocus ringsPrimary buttons hover
700
5156
#515661
Active/pressed statesDark mode accentsSecondary text
800
3A3D
#3A3D45
Text on light backgroundsHeadingsStrong borders
900
2527
#25272C
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: #ECECEF;
  --charcoal-200: #DBDDE1;
  --charcoal-300: #BFC2CA;
  --charcoal-400: #9EA2AE;
  --charcoal-500: #828897;
  --charcoal-600: #666C7A;
  --charcoal-700: #515661;
  --charcoal-800: #3A3D45;
  --charcoal-900: #25272C;
  --charcoal-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color