Charcoal
#380B47
PinkColor Codes
All color formats for development
HEX
#380B47RGB
rgb(56, 11, 71)HSL
hsl(285, 73%, 16%)OKLCH
oklch(0.263 0.109 316)CMYK
cmyk(21%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320A40
2#2D0938
3#270831
4#21072A
5#1C0623
6#16041C
7#110315
8#0B020E
9#060107
Tints
Lighter variations
1#55116C
2#721791
3#8F1CB6
4#AD22DB
5#BB46E2
6#C96BE8
7#D690EE
8#E4B5F3
9#F1DAF9
Tones
Muted variations
1#360E44
2#351141
3#33143E
4#32173B
5#301A38
6#2F1D35
7#2D2032
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 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC6 #EAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA9A #DA9AEF | BordersInactive statesPlaceholder text |
| 400 | C665 #C665E7 | Disabled statesSecondary iconsMuted text |
| 500 | B638 #B638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991E #991EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A18 #7A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5711 #57116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F4E0FA;
--charcoal-200: #EAC6F6;
--charcoal-300: #DA9AEF;
--charcoal-400: #C665E7;
--charcoal-500: #B638E0;
--charcoal-600: #991EC2;
--charcoal-700: #7A189A;
--charcoal-800: #57116E;
--charcoal-900: #380B47;
--charcoal-950: #23072C;
}