Charcoal
#490827
PinkColor Codes
All color formats for development
HEX
#490827RGB
rgb(73, 8, 39)HSL
hsl(331, 80%, 16%)OKLCH
oklch(0.272 0.098 357.6)CMYK
cmyk(0%, 89%, 47%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420724
2#3B0720
3#33061C
4#2C0518
5#250414
6#1D0310
7#16020C
8#0F0208
9#070104
Tints
Lighter variations
1#700C3D
2#971151
3#BD1566
4#E4197B
5#EA3E91
6#EE65A7
7#F28BBD
8#F6B2D3
9#FBD8E9
Tones
Muted variations
1#460B28
2#430F28
3#401228
4#3C1528
5#391828
6#361C28
7#331F28
8#2F2229
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83089 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11257 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490828 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0519 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F7;
--charcoal-100: #FBDFED;
--charcoal-200: #F8C3DD;
--charcoal-300: #F395C3;
--charcoal-400: #ED5EA3;
--charcoal-500: #E83089;
--charcoal-600: #CA166D;
--charcoal-700: #A11257;
--charcoal-800: #730D3E;
--charcoal-900: #490828;
--charcoal-950: #2E0519;
}