Charcoal

#4C0531

Pink

Color Codes

All color formats for development

HEX
#4C0531
RGB
rgb(76, 5, 49)
HSL
hsl(323, 88%, 16%)
OKLCH
oklch(0.28 0.11 349.2)
CMYK
cmyk(0%, 93%, 36%, 70%)

Accessibility

WCAG contrast compliance

On White Background

15.29: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
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#45042C
2#3D0427
3#360322
4#2E031E
5#260219
6#1F0214
7#17010F
8#0F010A
9#080005

Tints

Lighter variations

1#75074B
2#9D0A65
3#C60D7F
4#EE0F98
5#F236AA
6#F55EBB
7#F786CC
8#FAAEDD
9#FCD7EE

Tones

Muted variations

1#490830
2#460C30
3#42102F
4#3E132E
5#3B172D
6#371A2C
7#341E2B
8#30222A
9#2C252A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDF1
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1E5
Secondary backgroundsInput backgroundsDividers
300
F891
#F891D0
BordersInactive statesPlaceholder text
400
F457
#F457B8
Disabled statesSecondary iconsMuted text
500
F127
#F127A4
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D87
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B6C
Active/pressed statesDark mode accentsSecondary text
800
7808
#78084D
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0531
Primary textHigh emphasis contentDark headings
950
3003
#30031F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FEF1F9;
  --charcoal-100: #FDDDF1;
  --charcoal-200: #FBC1E5;
  --charcoal-300: #F891D0;
  --charcoal-400: #F457B8;
  --charcoal-500: #F127A4;
  --charcoal-600: #D30D87;
  --charcoal-700: #A80B6C;
  --charcoal-800: #78084D;
  --charcoal-900: #4D0531;
  --charcoal-950: #30031F;
}
Generate More ShadesCreate PaletteConvert Color