Charcoal
#490833
PinkColor Codes
All color formats for development
HEX
#490833RGB
rgb(73, 8, 51)HSL
hsl(320, 80%, 16%)OKLCH
oklch(0.277 0.105 345.8)CMYK
cmyk(0%, 89%, 30%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42072F
2#3B0729
3#330624
4#2C051F
5#25041A
6#1D0315
7#160210
8#0F020A
9#070105
Tints
Lighter variations
1#700C4F
2#97116A
3#BD1585
4#E419A0
5#EA3EB0
6#EE65C0
7#F28BD0
8#F6B2E0
9#FBD8EF
Tones
Muted variations
1#460B33
2#430F32
3#401230
4#3C152F
5#39182E
6#361C2D
7#331F2C
8#2F222B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EBE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830AB | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA168E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490834 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF2;
--charcoal-200: #F8C3E7;
--charcoal-300: #F395D4;
--charcoal-400: #ED5EBE;
--charcoal-500: #E830AB;
--charcoal-600: #CA168E;
--charcoal-700: #A11271;
--charcoal-800: #730D51;
--charcoal-900: #490834;
--charcoal-950: #2E0520;
}