Charcoal
#3D0A48
PinkColor Codes
All color formats for development
HEX
#3D0A48RGB
rgb(61, 10, 72)HSL
hsl(289, 76%, 16%)OKLCH
oklch(0.271 0.113 319.7)CMYK
cmyk(15%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360941
2#300839
3#2A0732
4#24062B
5#1E0524
6#18041D
7#120316
8#0C020E
9#060107
Tints
Lighter variations
1#5C0F6E
2#7C1493
3#9C19B9
4#BB1EDF
5#C743E5
6#D368EA
7#DE8EF0
8#E9B4F5
9#F4D9FA
Tones
Muted variations
1#3A0D45
2#391042
3#37133F
4#35163B
5#331938
6#311C35
7#2F1F32
8#2D232F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E198 #E198F1 | BordersInactive statesPlaceholder text |
| 400 | D162 #D162EA | Disabled statesSecondary iconsMuted text |
| 500 | C335 #C335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A61B #A61BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8415 #84159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0F #5E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0A #3C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FBF2FD;
--charcoal-100: #F6E0FB;
--charcoal-200: #EEC5F7;
--charcoal-300: #E198F1;
--charcoal-400: #D162EA;
--charcoal-500: #C335E3;
--charcoal-600: #A61BC5;
--charcoal-700: #84159D;
--charcoal-800: #5E0F70;
--charcoal-900: #3C0A48;
--charcoal-950: #26062D;
}