Charcoal
#490838
PinkColor Codes
All color formats for development
HEX
#490838RGB
rgb(73, 8, 56)HSL
hsl(316, 80%, 16%)OKLCH
oklch(0.28 0.109 341.4)CMYK
cmyk(0%, 89%, 23%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420732
2#3B072D
3#330627
4#2C0522
5#25041C
6#1D0316
7#160211
8#0F020B
9#070106
Tints
Lighter variations
1#700C55
2#971173
3#BD1590
4#E419AE
5#EA3EBC
6#EE65C9
7#F28BD7
8#F6B2E4
9#FBD8F2
Tones
Muted variations
1#460B37
2#430F35
3#401233
4#3C1532
5#391830
6#361C2F
7#331F2D
8#2F222C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DA | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC7 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA169A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1127B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490838 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FA;
--charcoal-100: #FBDFF4;
--charcoal-200: #F8C3EA;
--charcoal-300: #F395DA;
--charcoal-400: #ED5EC7;
--charcoal-500: #E830B7;
--charcoal-600: #CA169A;
--charcoal-700: #A1127B;
--charcoal-800: #730D58;
--charcoal-900: #490838;
--charcoal-950: #2E0523;
}