Charcoal
#480A28
PinkColor Codes
All color formats for development
HEX
#480A28RGB
rgb(72, 10, 40)HSL
hsl(331, 76%, 16%)OKLCH
oklch(0.272 0.096 356.5)CMYK
cmyk(0%, 86%, 44%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410924
2#390820
3#32071C
4#2B0618
5#240514
6#1D0410
7#16030C
8#0E0208
9#070104
Tints
Lighter variations
1#6E0F3D
2#931452
3#B91966
4#DF1E7B
5#E54391
6#EA68A7
7#F08EBD
8#F5B4D3
9#FAD9E9
Tones
Muted variations
1#450D28
2#421028
3#3F1328
4#3B1628
5#381928
6#351C28
7#321F28
8#2F2329
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C3 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62A3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33589 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B6D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1557 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A28 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0619 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FBE0ED;
--charcoal-200: #F7C5DD;
--charcoal-300: #F198C3;
--charcoal-400: #EA62A3;
--charcoal-500: #E33589;
--charcoal-600: #C51B6D;
--charcoal-700: #9D1557;
--charcoal-800: #700F3E;
--charcoal-900: #480A28;
--charcoal-950: #2D0619;
}