Charcoal
#4B0637
PinkColor Codes
All color formats for development
HEX
#4B0637RGB
rgb(75, 6, 55)HSL
hsl(317, 85%, 16%)OKLCH
oklch(0.282 0.112 343.4)CMYK
cmyk(0%, 92%, 27%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440632
2#3C052D
3#350427
4#2D0421
5#26031C
6#1E0216
7#170211
8#0F010B
9#080106
Tints
Lighter variations
1#730955
2#9B0D72
3#C21090
4#EA13AD
5#EF39BB
6#F260C9
7#F588D6
8#F9B0E4
9#FCD7F1
Tones
Muted variations
1#480A36
2#450D35
3#411133
4#3E1432
5#3A1730
6#371B2F
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 #FCDEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692DA | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AC7 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0119A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0638 | 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: #FAC2EA;
--charcoal-300: #F692DA;
--charcoal-400: #F25AC7;
--charcoal-500: #EE2BB7;
--charcoal-600: #D0119A;
--charcoal-700: #A50D7A;
--charcoal-800: #760A57;
--charcoal-900: #4B0638;
--charcoal-950: #2F0423;
}