Charcoal
#49092E
PinkColor Codes
All color formats for development
HEX
#49092ERGB
rgb(73, 9, 46)HSL
hsl(325, 78%, 16%)OKLCH
oklch(0.276 0.101 350.8)CMYK
cmyk(0%, 88%, 37%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410829
2#3A0725
3#330620
4#2C051C
5#240417
6#1D0412
7#16030E
8#0F0209
9#070105
Tints
Lighter variations
1#6F0E46
2#95125F
3#BB1777
4#E11C8F
5#E740A2
6#EC66B4
7#F18DC7
8#F6B3DA
9#FAD9EC
Tones
Muted variations
1#450C2E
2#420F2D
3#3F132D
4#3C162C
5#39192B
6#361C2B
7#321F2A
8#2F222A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CC | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B1 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8197F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFEF;
--charcoal-200: #F8C4E2;
--charcoal-300: #F297CC;
--charcoal-400: #EB60B1;
--charcoal-500: #E6339B;
--charcoal-600: #C8197F;
--charcoal-700: #9F1465;
--charcoal-800: #710E48;
--charcoal-900: #49092E;
--charcoal-950: #2D061D;
}