Charcoal
#3A0A48
PinkColor Codes
All color formats for development
HEX
#3A0A48RGB
rgb(58, 10, 72)HSL
hsl(286, 76%, 16%)OKLCH
oklch(0.266 0.112 317.1)CMYK
cmyk(19%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340941
2#2E0839
3#280732
4#22062B
5#1D0524
6#17041D
7#110316
8#0B020E
9#060107
Tints
Lighter variations
1#570F6E
2#761493
3#9419B9
4#B21EDF
5#BF43E5
6#CC68EA
7#D98EF0
8#E6B4F5
9#F2D9FA
Tones
Muted variations
1#380D45
2#361042
3#34133F
4#33163B
5#311938
6#2F1C35
7#2E1F32
8#2C232F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F4E0FB;
--charcoal-200: #EBC5F7;
--charcoal-300: #DC98F1;
--charcoal-400: #CA62EA;
--charcoal-500: #BB35E3;
--charcoal-600: #9E1BC5;
--charcoal-700: #7D159D;
--charcoal-800: #5A0F70;
--charcoal-900: #390A48;
--charcoal-950: #24062D;
}