Charcoal

#373C49

Blue

Color Codes

All color formats for development

HEX
#373C49
RGB
rgb(55, 60, 73)
HSL
hsl(223, 14%, 25%)
OKLCH
oklch(0.357 0.024 268.6)
CMYK
cmyk(25%, 18%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

11.02:1

AA AAA

On Black Background

1.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#D9DC
300
#BCC1
400
#99A0
500
#7C85
600
#6069
700
#4D54
800
#373C
900
#2326
950
#1618

Shades

Darker variations

1#313641
2#2C303A
3#262A33
4#21242C
5#1B1E24
6#16181D
7#101216
8#0B0C0F
9#050607

Tints

Lighter variations

1#474E5E
2#586074
3#68728A
4#7C859C
5#929AAD
6#A8AEBD
7#BEC2CE
8#D3D6DE
9#E9EBEF

Tones

Muted variations

1#383C48
2#393D47
3#3A3D46
4#3A3D45
5#3B3E44
6#3C3E43
7#3D3F42
8#3E3F42
9#3F3F41

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DC
#D9DCE2
Secondary backgroundsInput backgroundsDividers
300
BCC1
#BCC1CD
BordersInactive statesPlaceholder text
400
99A0
#99A0B2
Disabled statesSecondary iconsMuted text
500
7C85
#7C859C
Primary brand colorCTAsActive elementsLinks
600
6069
#606980
Hover statesFocus ringsPrimary buttons hover
700
4D54
#4D5466
Active/pressed statesDark mode accentsSecondary text
800
373C
#373C49
Text on light backgroundsHeadingsStrong borders
900
2326
#23262F
Primary textHigh emphasis contentDark headings
950
1618
#16181D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F8;
  --charcoal-100: #EBECF0;
  --charcoal-200: #D9DCE2;
  --charcoal-300: #BCC1CD;
  --charcoal-400: #99A0B2;
  --charcoal-500: #7C859C;
  --charcoal-600: #606980;
  --charcoal-700: #4D5466;
  --charcoal-800: #373C49;
  --charcoal-900: #23262F;
  --charcoal-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color