Charcoal

#470B36

Pink

Color Codes

All color formats for development

HEX
#470B36
RGB
rgb(71, 11, 54)
HSL
hsl(317, 73%, 16%)
OKLCH
oklch(0.278 0.102 342)
CMYK
cmyk(0%, 85%, 24%, 72%)

Accessibility

WCAG contrast compliance

On White Background

15.34:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E765
500
#E038
600
#C21E
700
#9A18
800
#6E11
900
#470B
950
#2C07

Shades

Darker variations

1#400A30
2#38092B
3#310826
4#2A0720
5#23061B
6#1C0415
7#150310
8#0E020B
9#070105

Tints

Lighter variations

1#6C1152
2#91176E
3#B61C8A
4#DB22A6
5#E246B6
6#E86BC4
7#EE90D3
8#F3B5E2
9#F9DAF0

Tones

Muted variations

1#440E34
2#411133
3#3E1432
4#3B1731
5#381A2F
6#351D2E
7#32202D
8#2F232B
9#2C262A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2FA
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0F3
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6E8
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9AD7
BordersInactive statesPlaceholder text
400
E765
#E765C2
Disabled statesSecondary iconsMuted text
500
E038
#E038B1
Primary brand colorCTAsActive elementsLinks
600
C21E
#C21E94
Hover statesFocus ringsPrimary buttons hover
700
9A18
#9A1875
Active/pressed statesDark mode accentsSecondary text
800
6E11
#6E1154
Text on light backgroundsHeadingsStrong borders
900
470B
#470B36
Primary textHigh emphasis contentDark headings
950
2C07
#2C0722
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDF2FA;
  --charcoal-100: #FAE0F3;
  --charcoal-200: #F6C6E8;
  --charcoal-300: #EF9AD7;
  --charcoal-400: #E765C2;
  --charcoal-500: #E038B1;
  --charcoal-600: #C21E94;
  --charcoal-700: #9A1875;
  --charcoal-800: #6E1154;
  --charcoal-900: #470B36;
  --charcoal-950: #2C0722;
}
Generate More ShadesCreate PaletteConvert Color