Charcoal
#4D0530
PinkColor Codes
All color formats for development
HEX
#4D0530RGB
rgb(77, 5, 48)HSL
hsl(324, 88%, 16%)OKLCH
oklch(0.281 0.11 350.7)CMYK
cmyk(0%, 94%, 38%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45042B
2#3D0426
3#360322
4#2E031D
5#260218
6#1F0213
7#17010E
8#0F010A
9#080005
Tints
Lighter variations
1#750749
2#9D0A62
3#C60D7C
4#EE0F95
5#F236A7
6#F55EB8
7#F786CA
8#FAAEDC
9#FCD7ED
Tones
Muted variations
1#49082F
2#460C2F
3#42102E
4#3E132D
5#3B172C
6#371A2C
7#341E2B
8#30222A
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CF | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78084B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0530 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F9;
--charcoal-100: #FDDDF0;
--charcoal-200: #FBC1E4;
--charcoal-300: #F891CF;
--charcoal-400: #F457B5;
--charcoal-500: #F127A0;
--charcoal-600: #D30D84;
--charcoal-700: #A80B69;
--charcoal-800: #78084B;
--charcoal-900: #4D0530;
--charcoal-950: #30031E;
}