Charcoal
#480A2F
PinkColor Codes
All color formats for development
HEX
#480A2FRGB
rgb(72, 10, 47)HSL
hsl(324, 76%, 16%)OKLCH
oklch(0.275 0.099 349.3)CMYK
cmyk(0%, 86%, 35%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41092A
2#390826
3#320721
4#2B061C
5#240518
6#1D0413
7#16030E
8#0E0209
9#070105
Tints
Lighter variations
1#6E0F48
2#931460
3#B91979
4#DF1E92
5#E543A4
6#EA68B6
7#F08EC9
8#F5B4DB
9#FAD9ED
Tones
Muted variations
1#450D2E
2#42102E
3#3F132D
4#3B162D
5#38192C
6#351C2B
7#321F2B
8#2F232A
9#2C2629
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 #F7C5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F9;
--charcoal-100: #FBE0F0;
--charcoal-200: #F7C5E3;
--charcoal-300: #F198CD;
--charcoal-400: #EA62B3;
--charcoal-500: #E3359E;
--charcoal-600: #C51B81;
--charcoal-700: #9D1567;
--charcoal-800: #700F49;
--charcoal-900: #480A2F;
--charcoal-950: #2D061D;
}