Charcoal
#380A47
PinkColor Codes
All color formats for development
HEX
#380A47RGB
rgb(56, 10, 71)HSL
hsl(285, 75%, 16%)OKLCH
oklch(0.262 0.11 316.1)CMYK
cmyk(21%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320940
2#2D0839
3#270732
4#22062B
5#1C0524
6#16041D
7#110315
8#0B020E
9#060107
Tints
Lighter variations
1#56106D
2#731592
3#901AB8
4#AE20DD
5#BC44E4
6#C969EA
7#D78FEF
8#E4B4F4
9#F2DAFA
Tones
Muted variations
1#370D44
2#351041
3#34133E
4#32163B
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 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA98 #DA98F0 | BordersInactive statesPlaceholder text |
| 400 | C763 #C763E9 | Disabled statesSecondary iconsMuted text |
| 500 | B736 #B736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A1C #9A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B16 #7B169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5810 #581070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A47 | 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: #DA98F0;
--charcoal-400: #C763E9;
--charcoal-500: #B736E2;
--charcoal-600: #9A1CC4;
--charcoal-700: #7B169C;
--charcoal-800: #581070;
--charcoal-900: #380A47;
--charcoal-950: #23062D;
}