Charcoal
#3D0A47
PinkColor Codes
All color formats for development
HEX
#3D0A47RGB
rgb(61, 10, 71)HSL
hsl(290, 75%, 16%)OKLCH
oklch(0.27 0.112 320.4)CMYK
cmyk(14%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370940
2#310839
3#2B0732
4#25062B
5#1F0524
6#18041D
7#120315
8#0C020E
9#060107
Tints
Lighter variations
1#5D106D
2#7D1592
3#9E1AB8
4#BE20DD
5#C944E4
6#D469EA
7#DF8FEF
8#EAB4F4
9#F4DAFA
Tones
Muted variations
1#3B0D44
2#391041
3#37133E
4#35163B
5#331A38
6#311D35
7#2F2032
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 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F0 | BordersInactive statesPlaceholder text |
| 400 | D263 #D263E9 | Disabled statesSecondary iconsMuted text |
| 500 | C636 #C636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A81C #A81CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8616 #86169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6010 #601070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FBF2FD;
--charcoal-100: #F6E0FB;
--charcoal-200: #EEC5F7;
--charcoal-300: #E298F0;
--charcoal-400: #D263E9;
--charcoal-500: #C636E2;
--charcoal-600: #A81CC4;
--charcoal-700: #86169C;
--charcoal-800: #601070;
--charcoal-900: #3D0A47;
--charcoal-950: #26062D;
}