Charcoal
#480A30
PinkColor Codes
All color formats for development
HEX
#480A30RGB
rgb(72, 10, 48)HSL
hsl(323, 76%, 16%)OKLCH
oklch(0.276 0.1 348.3)CMYK
cmyk(0%, 86%, 33%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41092B
2#390826
3#320722
4#2B061D
5#240518
6#1D0413
7#16030E
8#0E020A
9#070105
Tints
Lighter variations
1#6E0F49
2#931462
3#B9197C
4#DF1E95
5#E543A7
6#EA68B9
7#F08ECA
8#F5B4DC
9#FAD9ED
Tones
Muted variations
1#450D2F
2#42102F
3#3F132E
4#3B162D
5#38192C
6#351C2C
7#321F2B
8#2F232A
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B6 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A30 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F9;
--charcoal-100: #FBE0F0;
--charcoal-200: #F7C5E4;
--charcoal-300: #F198CF;
--charcoal-400: #EA62B6;
--charcoal-500: #E335A1;
--charcoal-600: #C51B84;
--charcoal-700: #9D1569;
--charcoal-800: #700F4B;
--charcoal-900: #480A30;
--charcoal-950: #2D061E;
}