Charcoal
#4C0637
PinkColor Codes
All color formats for development
HEX
#4C0637RGB
rgb(76, 6, 55)HSL
hsl(318, 85%, 16%)OKLCH
oklch(0.284 0.112 344)CMYK
cmyk(0%, 92%, 28%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440631
2#3C052C
3#350426
4#2D0421
5#26031B
6#1E0216
7#170210
8#0F010B
9#080105
Tints
Lighter variations
1#730953
2#9B0D70
3#C2108D
4#EA13A9
5#EF39B8
6#F260C6
7#F588D5
8#F9B0E3
9#FCD7F1
Tones
Muted variations
1#480A35
2#450D34
3#411133
4#3E1431
5#3A1730
6#371B2E
7#331E2D
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 #FCDEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692D8 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AC4 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01196 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0637 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FCDEF3;
--charcoal-200: #FAC2E9;
--charcoal-300: #F692D8;
--charcoal-400: #F25AC4;
--charcoal-500: #EE2BB3;
--charcoal-600: #D01196;
--charcoal-700: #A50D78;
--charcoal-800: #760A55;
--charcoal-900: #4B0637;
--charcoal-950: #2F0422;
}