Charcoal
#49082F
PinkColor Codes
All color formats for development
HEX
#49082FRGB
rgb(73, 8, 47)HSL
hsl(324, 80%, 16%)OKLCH
oklch(0.275 0.103 349.6)CMYK
cmyk(0%, 89%, 36%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42072B
2#3B0726
3#330621
4#2C051C
5#250418
6#1D0313
7#16020E
8#0F0209
9#070105
Tints
Lighter variations
1#700C48
2#971161
3#BD157A
4#E41993
5#EA3EA5
6#EE65B7
7#F28BC9
8#F6B2DB
9#FBD8ED
Tones
Muted variations
1#460B2F
2#430F2E
3#40122D
4#3C152D
5#39182C
6#361C2B
7#331F2B
8#2F222A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CE | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB4 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8309F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF0;
--charcoal-200: #F8C3E3;
--charcoal-300: #F395CE;
--charcoal-400: #ED5EB4;
--charcoal-500: #E8309F;
--charcoal-600: #CA1682;
--charcoal-700: #A11268;
--charcoal-800: #730D4A;
--charcoal-900: #49082F;
--charcoal-950: #2E051E;
}