Charcoal
#4A0840
PinkColor Codes
All color formats for development
HEX
#4A0840RGB
rgb(74, 8, 64)HSL
hsl(309, 80%, 16%)OKLCH
oklch(0.287 0.115 335.5)CMYK
cmyk(0%, 89%, 14%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420739
2#3B0733
3#33062D
4#2C0526
5#250420
6#1D0319
7#160213
8#0F020D
9#070106
Tints
Lighter variations
1#700C61
2#971182
3#BD15A4
4#E419C5
5#EA3ED0
6#EE65D9
7#F28BE3
8#F6B2EC
9#FBD8F6
Tones
Muted variations
1#460B3D
2#430F3B
3#401239
4#3C1537
5#391834
6#361C32
7#331F30
8#2F222D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E5 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830CD | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1128B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490840 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FC;
--charcoal-100: #FBDFF7;
--charcoal-200: #F8C3F0;
--charcoal-300: #F395E5;
--charcoal-400: #ED5ED8;
--charcoal-500: #E830CD;
--charcoal-600: #CA16AF;
--charcoal-700: #A1128B;
--charcoal-800: #730D63;
--charcoal-900: #490840;
--charcoal-950: #2E0528;
}