Charcoal
#4B0731
PinkColor Codes
All color formats for development
HEX
#4B0731RGB
rgb(75, 7, 49)HSL
hsl(323, 83%, 16%)OKLCH
oklch(0.28 0.107 348.8)CMYK
cmyk(0%, 91%, 35%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43062C
2#3C0627
3#340522
4#2D041D
5#250318
6#1E0313
7#16020F
8#0F010A
9#070105
Tints
Lighter variations
1#720B4A
2#990E64
3#C0127D
4#E71697
5#ED3BA9
6#F062BA
7#F489CB
8#F8B1DC
9#FBD8EE
Tones
Muted variations
1#470A30
2#440E2F
3#41112E
4#3D142E
5#3A182D
6#361B2C
7#331F2B
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 | FCDE #FCDEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D0 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CB7 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0731 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F9;
--charcoal-100: #FCDEF1;
--charcoal-200: #F9C2E4;
--charcoal-300: #F594D0;
--charcoal-400: #F05CB7;
--charcoal-500: #EB2DA2;
--charcoal-600: #CD1386;
--charcoal-700: #A30F6B;
--charcoal-800: #750B4C;
--charcoal-900: #4B0731;
--charcoal-950: #2F041E;
}