Charcoal
#3C0A48
PinkColor Codes
All color formats for development
HEX
#3C0A48RGB
rgb(60, 10, 72)HSL
hsl(288, 76%, 16%)OKLCH
oklch(0.269 0.113 318.8)CMYK
cmyk(17%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350941
2#300839
3#2A0732
4#24062B
5#1E0524
6#18041D
7#120316
8#0C020E
9#060107
Tints
Lighter variations
1#5B0F6E
2#7A1493
3#9919B9
4#B81EDF
5#C543E5
6#D068EA
7#DC8EF0
8#E8B4F5
9#F3D9FA
Tones
Muted variations
1#3A0D45
2#381042
3#36133F
4#34163B
5#321938
6#301C35
7#2E1F32
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 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC5 #EDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF98 #DF98F1 | BordersInactive statesPlaceholder text |
| 400 | CE62 #CE62EA | Disabled statesSecondary iconsMuted text |
| 500 | C135 #C135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A31B #A31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8215 #82159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0F #5D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0A #3B0A48 | 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: #FBF2FD;
--charcoal-100: #F5E0FB;
--charcoal-200: #EDC5F7;
--charcoal-300: #DF98F1;
--charcoal-400: #CE62EA;
--charcoal-500: #C135E3;
--charcoal-600: #A31BC5;
--charcoal-700: #82159D;
--charcoal-800: #5D0F70;
--charcoal-900: #3B0A48;
--charcoal-950: #25062D;
}