Charcoal
#4A083E
PinkColor Codes
All color formats for development
HEX
#4A083ERGB
rgb(74, 8, 62)HSL
hsl(311, 80%, 16%)OKLCH
oklch(0.286 0.114 337.1)CMYK
cmyk(0%, 89%, 16%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420737
2#3B0731
3#33062B
4#2C0525
5#25041F
6#1D0319
7#160212
8#0F020C
9#070106
Tints
Lighter variations
1#700C5E
2#97117E
3#BD159E
4#E419BF
5#EA3ECA
6#EE65D5
7#F28BDF
8#F6B2EA
9#FBD8F4
Tones
Muted variations
1#460B3B
2#430F39
3#401237
4#3C1535
5#391833
6#361C31
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 #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11286 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FB;
--charcoal-100: #FBDFF6;
--charcoal-200: #F8C3EF;
--charcoal-300: #F395E2;
--charcoal-400: #ED5ED3;
--charcoal-500: #E830C6;
--charcoal-600: #CA16A9;
--charcoal-700: #A11286;
--charcoal-800: #730D60;
--charcoal-900: #49083D;
--charcoal-950: #2E0526;
}