Charcoal
#3B0948
PinkColor Codes
All color formats for development
HEX
#3B0948RGB
rgb(59, 9, 72)HSL
hsl(288, 78%, 16%)OKLCH
oklch(0.267 0.113 318.1)CMYK
cmyk(18%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360841
2#30073A
3#2A0633
4#24052C
5#1E0424
6#18041D
7#120316
8#0C020F
9#060107
Tints
Lighter variations
1#5B0E6F
2#7B1295
3#9A17BB
4#BA1CE1
5#C640E7
6#D166EC
7#DD8DF1
8#E8B3F6
9#F4D9FA
Tones
Muted variations
1#3A0C45
2#380F42
3#36133F
4#34163C
5#321939
6#301C36
7#2F1F32
8#2D222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E097 #E097F2 | BordersInactive statesPlaceholder text |
| 400 | D060 #D060EB | Disabled statesSecondary iconsMuted text |
| 500 | C233 #C233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A519 #A519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8314 #83149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0E #5E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FBF1FD;
--charcoal-100: #F6DFFB;
--charcoal-200: #EDC4F8;
--charcoal-300: #E097F2;
--charcoal-400: #D060EB;
--charcoal-500: #C233E6;
--charcoal-600: #A519C8;
--charcoal-700: #83149F;
--charcoal-800: #5E0E71;
--charcoal-900: #3C0949;
--charcoal-950: #25062D;
}