Charcoal
#4A0737
PinkColor Codes
All color formats for development
HEX
#4A0737RGB
rgb(74, 7, 55)HSL
hsl(317, 83%, 16%)OKLCH
oklch(0.281 0.11 342.8)CMYK
cmyk(0%, 91%, 26%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430632
2#3C062C
3#340527
4#2D0421
5#25031C
6#1E0316
7#160211
8#0F010B
9#070106
Tints
Lighter variations
1#720B55
2#990E72
3#C0128F
4#E716AC
5#ED3BBA
6#F062C8
7#F489D6
8#F8B1E4
9#FBD8F1
Tones
Muted variations
1#470A36
2#440E35
3#411133
4#3D1432
5#3A1830
6#361B2F
7#331F2D
8#30222C
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D9 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CC6 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0737 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FCDEF4;
--charcoal-200: #F9C2EA;
--charcoal-300: #F594D9;
--charcoal-400: #F05CC6;
--charcoal-500: #EB2DB6;
--charcoal-600: #CD1399;
--charcoal-700: #A30F79;
--charcoal-800: #750B57;
--charcoal-900: #4B0737;
--charcoal-950: #2F0423;
}