Charcoal
#3C0B47
PinkColor Codes
All color formats for development
HEX
#3C0B47RGB
rgb(60, 11, 71)HSL
hsl(289, 73%, 16%)OKLCH
oklch(0.269 0.111 319.4)CMYK
cmyk(15%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360A40
2#300938
3#2A0831
4#24072A
5#1E0623
6#18041C
7#120315
8#0C020E
9#060107
Tints
Lighter variations
1#5B116C
2#7A1791
3#9A1CB6
4#B922DB
5#C546E2
6#D16BE8
7#DC90EE
8#E8B5F3
9#F3DAF9
Tones
Muted variations
1#3A0E44
2#381141
3#36143E
4#34173B
5#321A38
6#301D35
7#2E2032
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 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FBF2FD;
--charcoal-100: #F5E0FA;
--charcoal-200: #EDC6F6;
--charcoal-300: #DF9AEF;
--charcoal-400: #CF65E7;
--charcoal-500: #C138E0;
--charcoal-600: #A41EC2;
--charcoal-700: #83189A;
--charcoal-800: #5D116E;
--charcoal-900: #3C0B47;
--charcoal-950: #25072C;
}