Charcoal
#49082D
PinkColor Codes
All color formats for development
HEX
#49082DRGB
rgb(73, 8, 45)HSL
hsl(326, 80%, 16%)OKLCH
oklch(0.275 0.101 351.6)CMYK
cmyk(0%, 89%, 38%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420729
2#3B0724
3#330620
4#2C051B
5#250417
6#1D0312
7#16020E
8#0F0209
9#070105
Tints
Lighter variations
1#700C45
2#97115D
3#BD1574
4#E4198C
5#EA3E9F
6#EE65B2
7#F28BC6
8#F6B2D9
9#FBD8EC
Tones
Muted variations
1#460B2D
2#430F2C
3#40122C
4#3C152B
5#39182B
6#361C2B
7#331F2A
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 | F8C3 #F8C3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CB | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EAF | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83098 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA167C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFEF;
--charcoal-200: #F8C3E1;
--charcoal-300: #F395CB;
--charcoal-400: #ED5EAF;
--charcoal-500: #E83098;
--charcoal-600: #CA167C;
--charcoal-700: #A11263;
--charcoal-800: #730D47;
--charcoal-900: #49082D;
--charcoal-950: #2E051C;
}