Charcoal

#490925

Pink

Color Codes

All color formats for development

HEX
#490925
RGB
rgb(73, 9, 37)
HSL
hsl(334, 78%, 16%)
OKLCH
oklch(0.272 0.097 359.9)
CMYK
cmyk(0%, 88%, 49%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.57:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#410821
2#3A071D
3#33061A
4#2C0516
5#240412
6#1D040F
7#16030B
8#0F0207
9#070104

Tints

Lighter variations

1#6F0E38
2#95124B
3#BB175E
4#E11C71
5#E74089
6#EC66A0
7#F18DB8
8#F6B3D0
9#FAD9E7

Tones

Muted variations

1#450C25
2#420F25
3#3F1326
4#3C1626
5#391927
6#361C27
7#321F28
8#2F2228
9#2C2628

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F7
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFEB
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4DA
Secondary backgroundsInput backgroundsDividers
300
F297
#F297BE
BordersInactive statesPlaceholder text
400
EB60
#EB609C
Disabled statesSecondary iconsMuted text
500
E633
#E63380
Primary brand colorCTAsActive elementsLinks
600
C819
#C81965
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1450
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E39
Text on light backgroundsHeadingsStrong borders
900
4909
#490925
Primary textHigh emphasis contentDark headings
950
2D06
#2D0617
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDF1F7;
  --charcoal-100: #FBDFEB;
  --charcoal-200: #F8C4DA;
  --charcoal-300: #F297BE;
  --charcoal-400: #EB609C;
  --charcoal-500: #E63380;
  --charcoal-600: #C81965;
  --charcoal-700: #9F1450;
  --charcoal-800: #710E39;
  --charcoal-900: #490925;
  --charcoal-950: #2D0617;
}
Generate More ShadesCreate PaletteConvert Color