Charcoal
#490826
PinkColor Codes
All color formats for development
HEX
#490826RGB
rgb(73, 8, 38)HSL
hsl(332, 80%, 16%)OKLCH
oklch(0.272 0.098 358.6)CMYK
cmyk(0%, 89%, 48%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420723
2#3B071F
3#33061B
4#2C0517
5#250413
6#1D030F
7#16020C
8#0F0208
9#070104
Tints
Lighter variations
1#700C3B
2#97114F
3#BD1563
4#E41978
5#EA3E8E
6#EE65A5
7#F28BBB
8#F6B2D2
9#FBD8E8
Tones
Muted variations
1#460B27
2#430F27
3#401227
4#3C1527
5#391828
6#361C28
7#331F28
8#2F2228
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83086 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11254 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490827 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0518 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F7;
--charcoal-100: #FBDFEC;
--charcoal-200: #F8C3DC;
--charcoal-300: #F395C1;
--charcoal-400: #ED5EA1;
--charcoal-500: #E83086;
--charcoal-600: #CA166A;
--charcoal-700: #A11254;
--charcoal-800: #730D3C;
--charcoal-900: #490827;
--charcoal-950: #2E0518;
}