Charcoal
#4A072B
PinkColor Codes
All color formats for development
HEX
#4A072BRGB
rgb(74, 7, 43)HSL
hsl(328, 83%, 16%)OKLCH
oklch(0.275 0.102 353.9)CMYK
cmyk(0%, 91%, 42%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430627
2#3C0622
3#34051E
4#2D041A
5#250316
6#1E0311
7#16020D
8#0F0109
9#070104
Tints
Lighter variations
1#720B42
2#990E58
3#C0126F
4#E71685
5#ED3B9A
6#F062AE
7#F489C2
8#F8B1D7
9#FBD8EB
Tones
Muted variations
1#470A2B
2#440E2B
3#41112A
4#3D142A
5#3A182A
6#361B2A
7#331F29
8#302229
9#2C2529
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594C8 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CAB | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D93 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1376 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B072B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F8;
--charcoal-100: #FCDEEE;
--charcoal-200: #F9C2E0;
--charcoal-300: #F594C8;
--charcoal-400: #F05CAB;
--charcoal-500: #EB2D93;
--charcoal-600: #CD1376;
--charcoal-700: #A30F5E;
--charcoal-800: #750B43;
--charcoal-900: #4B072B;
--charcoal-950: #2F041B;
}