Charcoal
#500236
PinkColor Codes
All color formats for development
HEX
#500236RGB
rgb(80, 2, 54)HSL
hsl(320, 95%, 16%)OKLCH
oklch(0.288 0.119 346.9)CMYK
cmyk(0%, 98%, 32%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480230
2#40022B
3#380126
4#300120
5#28011B
6#200115
7#180110
8#10000B
9#080005
Tints
Lighter variations
1#790352
2#A3046E
3#CD058A
4#F706A7
5#FA2EB6
6#FB58C4
7#FC82D3
8#FDABE2
9#FED5F0
Tones
Muted variations
1#4C0634
2#480A33
3#440E32
4#401231
5#3C152F
6#38192E
7#341D2D
8#31212B
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DD7 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51C2 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB0694 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0476 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500236 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FFF0FA;
--charcoal-100: #FEDCF3;
--charcoal-200: #FDBEE8;
--charcoal-300: #FC8DD7;
--charcoal-400: #FB51C2;
--charcoal-500: #F91FB1;
--charcoal-600: #DB0694;
--charcoal-700: #AE0476;
--charcoal-800: #7C0354;
--charcoal-900: #500236;
--charcoal-950: #320122;
}