Charcoal
#4A0733
PinkColor Codes
All color formats for development
HEX
#4A0733RGB
rgb(74, 7, 51)HSL
hsl(321, 83%, 16%)OKLCH
oklch(0.279 0.107 346.4)CMYK
cmyk(0%, 91%, 31%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43062E
2#3C0629
3#340524
4#2D041F
5#250319
6#1E0314
7#16020F
8#0F010A
9#070105
Tints
Lighter variations
1#720B4E
2#990E68
3#C01283
4#E7169E
5#ED3BAF
6#F062BF
7#F489CF
8#F8B1DF
9#FBD8EF
Tones
Muted variations
1#470A32
2#440E31
3#411130
4#3D142F
5#3A182E
6#361B2D
7#331F2C
8#30222B
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CBC | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD138C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0733 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F9;
--charcoal-100: #FCDEF2;
--charcoal-200: #F9C2E6;
--charcoal-300: #F594D3;
--charcoal-400: #F05CBC;
--charcoal-500: #EB2DA9;
--charcoal-600: #CD138C;
--charcoal-700: #A30F6F;
--charcoal-800: #750B50;
--charcoal-900: #4B0733;
--charcoal-950: #2F0420;
}