Charcoal

#390949

Pink

Color Codes

All color formats for development

HEX
#390949
RGB
rgb(57, 9, 73)
HSL
hsl(285, 78%, 16%)
OKLCH
oklch(0.264 0.114 315.7)
CMYK
cmyk(22%, 88%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

16.04:1

AA AAA

On Black Background

1.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF1
100
#F4DF
200
#EBC4
300
#DB97
400
#C960
500
#B933
600
#9C19
700
#7C14
800
#590E
900
#3909
950
#2306

Shades

Darker variations

1#330841
2#2D073A
3#280633
4#22052C
5#1C0424
6#17041D
7#110316
8#0B020F
9#060107

Tints

Lighter variations

1#560E6F
2#741295
3#9217BB
4#B01CE1
5#BE40E7
6#CB66EC
7#D88DF1
8#E5B3F6
9#F2D9FA

Tones

Muted variations

1#370C45
2#360F42
3#34133F
4#32163C
5#311939
6#2F1C36
7#2E1F32
8#2C222F
9#2A262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF1
#FAF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F4DF
#F4DFFB
Light backgroundsTable row hoverSkeleton loading
200
EBC4
#EBC4F8
Secondary backgroundsInput backgroundsDividers
300
DB97
#DB97F2
BordersInactive statesPlaceholder text
400
C960
#C960EB
Disabled statesSecondary iconsMuted text
500
B933
#B933E6
Primary brand colorCTAsActive elementsLinks
600
9C19
#9C19C8
Hover statesFocus ringsPrimary buttons hover
700
7C14
#7C149F
Active/pressed statesDark mode accentsSecondary text
800
590E
#590E71
Text on light backgroundsHeadingsStrong borders
900
3909
#390949
Primary textHigh emphasis contentDark headings
950
2306
#23062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FAF1FD;
  --charcoal-100: #F4DFFB;
  --charcoal-200: #EBC4F8;
  --charcoal-300: #DB97F2;
  --charcoal-400: #C960EB;
  --charcoal-500: #B933E6;
  --charcoal-600: #9C19C8;
  --charcoal-700: #7C149F;
  --charcoal-800: #590E71;
  --charcoal-900: #390949;
  --charcoal-950: #23062D;
}
Generate More ShadesCreate PaletteConvert Color