Charcoal
#4A072F
PinkColor Codes
All color formats for development
HEX
#4A072FRGB
rgb(74, 7, 47)HSL
hsl(324, 83%, 16%)OKLCH
oklch(0.277 0.105 350.1)CMYK
cmyk(0%, 91%, 36%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43062B
2#3C0626
3#340521
4#2D041D
5#250318
6#1E0313
7#16020E
8#0F010A
9#070105
Tints
Lighter variations
1#720B49
2#990E62
3#C0127A
4#E71693
5#ED3BA6
6#F062B8
7#F489C9
8#F8B1DB
9#FBD8ED
Tones
Muted variations
1#470A2F
2#440E2E
3#41112E
4#3D142D
5#3A182C
6#361B2C
7#331F2B
8#30222A
9#2C2529
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594CE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CB5 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0730 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F9;
--charcoal-100: #FCDEF0;
--charcoal-200: #F9C2E3;
--charcoal-300: #F594CE;
--charcoal-400: #F05CB5;
--charcoal-500: #EB2D9F;
--charcoal-600: #CD1383;
--charcoal-700: #A30F68;
--charcoal-800: #750B4A;
--charcoal-900: #4B0730;
--charcoal-950: #2F041E;
}