Charcoal
#4A083D
PinkColor Codes
All color formats for development
HEX
#4A083DRGB
rgb(74, 8, 61)HSL
hsl(312, 80%, 16%)OKLCH
oklch(0.285 0.113 337.9)CMYK
cmyk(0%, 89%, 18%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420736
2#3B0730
3#33062A
4#2C0524
5#25041E
6#1D0318
7#160212
8#0F020C
9#070106
Tints
Lighter variations
1#700C5C
2#97117C
3#BD159B
4#E419BB
5#EA3EC7
6#EE65D2
7#F28BDE
8#F6B2E9
9#FBD8F4
Tones
Muted variations
1#460B3A
2#430F38
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 #F8C3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083C | 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: #F8C3EE;
--charcoal-300: #F395E1;
--charcoal-400: #ED5ED1;
--charcoal-500: #E830C3;
--charcoal-600: #CA16A6;
--charcoal-700: #A11284;
--charcoal-800: #730D5E;
--charcoal-900: #49083C;
--charcoal-950: #2E0526;
}