Charcoal
#480A26
PinkColor Codes
All color formats for development
HEX
#480A26RGB
rgb(72, 10, 38)HSL
hsl(333, 76%, 16%)OKLCH
oklch(0.271 0.095 358.6)CMYK
cmyk(0%, 86%, 47%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410922
2#39081E
3#32071A
4#2B0617
5#240513
6#1D040F
7#16030B
8#0E0208
9#070104
Tints
Lighter variations
1#6E0F39
2#93144D
3#B91961
4#DF1E75
5#E5438C
6#EA68A3
7#F08EBA
8#F5B4D1
9#FAD9E8
Tones
Muted variations
1#450D26
2#421026
3#3F1327
4#3B1627
5#381927
6#351C28
7#321F28
8#2F2328
9#2C2628
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33584 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1552 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FBE0EC;
--charcoal-200: #F7C5DB;
--charcoal-300: #F198C0;
--charcoal-400: #EA629F;
--charcoal-500: #E33584;
--charcoal-600: #C51B68;
--charcoal-700: #9D1552;
--charcoal-800: #700F3B;
--charcoal-900: #480A26;
--charcoal-950: #2D0618;
}