Charcoal
#4D052E
PinkColor Codes
All color formats for development
HEX
#4D052ERGB
rgb(77, 5, 46)HSL
hsl(326, 88%, 16%)OKLCH
oklch(0.281 0.109 352.5)CMYK
cmyk(0%, 94%, 40%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450429
2#3D0424
3#360320
4#2E031B
5#260217
6#1F0212
7#17010E
8#0F0109
9#080005
Tints
Lighter variations
1#750746
2#9D0A5D
3#C60D75
4#EE0F8D
5#F236A0
6#F55EB3
7#F786C6
8#FAAED9
9#FCD7EC
Tones
Muted variations
1#49082D
2#460C2D
3#42102C
4#3E132C
5#3B172B
6#371A2B
7#341E2A
8#30222A
9#2C2529
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CB | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1279A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F8;
--charcoal-100: #FDDDEF;
--charcoal-200: #FBC1E2;
--charcoal-300: #F891CB;
--charcoal-400: #F457B0;
--charcoal-500: #F1279A;
--charcoal-600: #D30D7D;
--charcoal-700: #A80B64;
--charcoal-800: #780847;
--charcoal-900: #4D052E;
--charcoal-950: #30031C;
}