Charcoal
#480A3D
PinkColor Codes
All color formats for development
HEX
#480A3DRGB
rgb(72, 10, 61)HSL
hsl(311, 76%, 16%)OKLCH
oklch(0.283 0.109 336.6)CMYK
cmyk(0%, 86%, 15%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410936
2#390830
3#32072A
4#2B0624
5#24051E
6#1D0418
7#160312
8#0E020C
9#070106
Tints
Lighter variations
1#6E0F5C
2#93147C
3#B9199C
4#DF1EBB
5#E543C7
6#EA68D3
7#F08EDE
8#F5B4E9
9#FAD9F4
Tones
Muted variations
1#450D3A
2#421039
3#3F1337
4#3B1635
5#381933
6#351C31
7#321F2F
8#2F232D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FB;
--charcoal-100: #FBE0F6;
--charcoal-200: #F7C5EE;
--charcoal-300: #F198E1;
--charcoal-400: #EA62D1;
--charcoal-500: #E335C3;
--charcoal-600: #C51BA6;
--charcoal-700: #9D1584;
--charcoal-800: #700F5E;
--charcoal-900: #480A3C;
--charcoal-950: #2D0626;
}