Charcoal
#480A2D
PinkColor Codes
All color formats for development
HEX
#480A2DRGB
rgb(72, 10, 45)HSL
hsl(326, 76%, 16%)OKLCH
oklch(0.274 0.098 351.3)CMYK
cmyk(0%, 86%, 37%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410928
2#390824
3#32071F
4#2B061B
5#240516
6#1D0412
7#16030D
8#0E0209
9#070104
Tints
Lighter variations
1#6E0F45
2#93145C
3#B91974
4#DF1E8B
5#E5439F
6#EA68B2
7#F08EC5
8#F5B4D9
9#FAD9EC
Tones
Muted variations
1#450D2D
2#42102C
3#3F132C
4#3B162B
5#38192B
6#351C2A
7#321F2A
8#2F232A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CA | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AF | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33598 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F8;
--charcoal-100: #FBE0EF;
--charcoal-200: #F7C5E1;
--charcoal-300: #F198CA;
--charcoal-400: #EA62AF;
--charcoal-500: #E33598;
--charcoal-600: #C51B7C;
--charcoal-700: #9D1562;
--charcoal-800: #700F46;
--charcoal-900: #480A2D;
--charcoal-950: #2D061C;
}