Charcoal
#480A3C
PinkColor Codes
All color formats for development
HEX
#480A3CRGB
rgb(72, 10, 60)HSL
hsl(312, 76%, 16%)OKLCH
oklch(0.282 0.109 337.4)CMYK
cmyk(0%, 86%, 17%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410935
2#390830
3#32072A
4#2B0624
5#24051E
6#1D0418
7#160312
8#0E020C
9#070106
Tints
Lighter variations
1#6E0F5B
2#93147A
3#B91999
4#DF1EB8
5#E543C5
6#EA68D0
7#F08EDC
8#F5B4E8
9#FAD9F3
Tones
Muted variations
1#450D3A
2#421038
3#3F1336
4#3B1634
5#381932
6#351C30
7#321F2E
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 #FBE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CE | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FB;
--charcoal-100: #FBE0F5;
--charcoal-200: #F7C5ED;
--charcoal-300: #F198DF;
--charcoal-400: #EA62CE;
--charcoal-500: #E335C1;
--charcoal-600: #C51BA3;
--charcoal-700: #9D1582;
--charcoal-800: #700F5D;
--charcoal-900: #480A3B;
--charcoal-950: #2D0625;
}