Charcoal
#4A083F
PinkColor Codes
All color formats for development
HEX
#4A083FRGB
rgb(74, 8, 63)HSL
hsl(310, 80%, 16%)OKLCH
oklch(0.286 0.114 336.3)CMYK
cmyk(0%, 89%, 15%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420738
2#3B0732
3#33062C
4#2C0526
5#25041F
6#1D0319
7#160213
8#0F020D
9#070106
Tints
Lighter variations
1#700C5F
2#971180
3#BD15A1
4#E419C2
5#EA3ECD
6#EE65D7
7#F28BE1
8#F6B2EB
9#FBD8F5
Tones
Muted variations
1#460B3C
2#430F3A
3#401238
4#3C1536
5#391834
6#361C32
7#331F2F
8#2F222D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED5 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FB;
--charcoal-100: #FBDFF7;
--charcoal-200: #F8C3F0;
--charcoal-300: #F395E4;
--charcoal-400: #ED5ED5;
--charcoal-500: #E830C9;
--charcoal-600: #CA16AC;
--charcoal-700: #A11289;
--charcoal-800: #730D62;
--charcoal-900: #49083F;
--charcoal-950: #2E0527;
}