Charcoal
#390A48
PinkColor Codes
All color formats for development
HEX
#390A48RGB
rgb(57, 10, 72)HSL
hsl(285, 76%, 16%)OKLCH
oklch(0.264 0.111 316.3)CMYK
cmyk(21%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330941
2#2D0839
3#270732
4#22062B
5#1C0524
6#17041D
7#110316
8#0B020E
9#060107
Tints
Lighter variations
1#560F6E
2#731493
3#9119B9
4#AF1EDF
5#BD43E5
6#CA68EA
7#D78EF0
8#E4B4F5
9#F2D9FA
Tones
Muted variations
1#370D45
2#351042
3#34133F
4#32163B
5#311938
6#2F1C35
7#2D1F32
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 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB98 #DB98F1 | BordersInactive statesPlaceholder text |
| 400 | C862 #C862EA | Disabled statesSecondary iconsMuted text |
| 500 | B835 #B835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1B #9B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B15 #7B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580F #580F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F4E0FB;
--charcoal-200: #EAC5F7;
--charcoal-300: #DB98F1;
--charcoal-400: #C862EA;
--charcoal-500: #B835E3;
--charcoal-600: #9B1BC5;
--charcoal-700: #7B159D;
--charcoal-800: #580F70;
--charcoal-900: #380A48;
--charcoal-950: #23062D;
}