Charcoal
#4A082B
PinkColor Codes
All color formats for development
HEX
#4A082BRGB
rgb(74, 8, 43)HSL
hsl(328, 80%, 16%)OKLCH
oklch(0.276 0.101 354.2)CMYK
cmyk(0%, 89%, 42%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420727
2#3B0722
3#33061E
4#2C051A
5#250415
6#1D0311
7#16020D
8#0F0209
9#070104
Tints
Lighter variations
1#700C42
2#971158
3#BD156F
4#E41985
5#EA3E9A
6#EE65AE
7#F28BC2
8#F6B2D6
9#FBD8EB
Tones
Muted variations
1#460B2B
2#430F2B
3#40122A
4#3C152A
5#39182A
6#361C2A
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 #F8C3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EAB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83092 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1676 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1125E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFEE;
--charcoal-200: #F8C3E0;
--charcoal-300: #F395C7;
--charcoal-400: #ED5EAB;
--charcoal-500: #E83092;
--charcoal-600: #CA1676;
--charcoal-700: #A1125E;
--charcoal-800: #730D43;
--charcoal-900: #49082B;
--charcoal-950: #2E051B;
}