Charcoal
#4A082A
PinkColor Codes
All color formats for development
HEX
#4A082ARGB
rgb(74, 8, 42)HSL
hsl(329, 80%, 16%)OKLCH
oklch(0.275 0.101 355.1)CMYK
cmyk(0%, 89%, 43%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420726
2#3B0722
3#33061D
4#2C0519
5#250415
6#1D0311
7#16020D
8#0F0208
9#070104
Tints
Lighter variations
1#700C40
2#971156
3#BD156C
4#E41982
5#EA3E97
6#EE65AC
7#F28BC0
8#F6B2D5
9#FBD8EA
Tones
Muted variations
1#460B2A
2#430F2A
3#40122A
4#3C1529
5#391829
6#361C29
7#331F29
8#2F2229
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C6 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8308F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1673 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1125C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFEE;
--charcoal-200: #F8C3DF;
--charcoal-300: #F395C6;
--charcoal-400: #ED5EA8;
--charcoal-500: #E8308F;
--charcoal-600: #CA1673;
--charcoal-700: #A1125C;
--charcoal-800: #730D41;
--charcoal-900: #49082A;
--charcoal-950: #2E051A;
}