Charcoal
#4B072E
PinkColor Codes
All color formats for development
HEX
#4B072ERGB
rgb(75, 7, 46)HSL
hsl(326, 83%, 16%)OKLCH
oklch(0.278 0.105 351.7)CMYK
cmyk(0%, 91%, 39%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430629
2#3C0624
3#340520
4#2D041B
5#250317
6#1E0312
7#16020E
8#0F0109
9#070105
Tints
Lighter variations
1#720B45
2#990E5D
3#C01275
4#E7168C
5#ED3BA0
6#F062B3
7#F489C6
8#F8B1D9
9#FBD8EC
Tones
Muted variations
1#470A2D
2#440E2C
3#41112C
4#3D142C
5#3A182B
6#361B2B
7#331F2A
8#30222A
9#2C2529
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594CB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CB0 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D99 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD137D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B072D | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F8;
--charcoal-100: #FCDEEF;
--charcoal-200: #F9C2E2;
--charcoal-300: #F594CB;
--charcoal-400: #F05CB0;
--charcoal-500: #EB2D99;
--charcoal-600: #CD137D;
--charcoal-700: #A30F63;
--charcoal-800: #750B47;
--charcoal-900: #4B072D;
--charcoal-950: #2F041C;
}