Charcoal
#380B46
PinkColor Codes
All color formats for development
HEX
#380B46RGB
rgb(56, 11, 70)HSL
hsl(286, 73%, 16%)OKLCH
oklch(0.262 0.108 316.7)CMYK
cmyk(20%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330A40
2#2D0938
3#280831
4#22072A
5#1C0623
6#17041C
7#110315
8#0B020E
9#060107
Tints
Lighter variations
1#56116C
2#741791
3#921CB6
4#B022DB
5#BE46E2
6#CB6BE8
7#D890EE
8#E5B5F3
9#F2DAF9
Tones
Muted variations
1#370E44
2#361141
3#34143E
4#32173B
5#311A38
6#2F1D35
7#2E2032
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 | EBC6 #EBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB9A #DB9AEF | BordersInactive statesPlaceholder text |
| 400 | C865 #C865E7 | Disabled statesSecondary iconsMuted text |
| 500 | B938 #B938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C1E #9C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C18 #7C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5911 #59116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 390B #390B47 | 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: #EBC6F6;
--charcoal-300: #DB9AEF;
--charcoal-400: #C865E7;
--charcoal-500: #B938E0;
--charcoal-600: #9C1EC2;
--charcoal-700: #7C189A;
--charcoal-800: #59116E;
--charcoal-900: #390B47;
--charcoal-950: #23072C;
}