Charcoal
#4A0832
PinkColor Codes
All color formats for development
HEX
#4A0832RGB
rgb(74, 8, 50)HSL
hsl(322, 80%, 16%)OKLCH
oklch(0.279 0.105 347.4)CMYK
cmyk(0%, 89%, 32%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42072D
2#3B0728
3#330623
4#2C051E
5#250419
6#1D0314
7#16020F
8#0F020A
9#070105
Tints
Lighter variations
1#700C4B
2#971165
3#BD157F
4#E41999
5#EA3EAB
6#EE65BC
7#F28BCC
8#F6B2DD
9#FBD8EE
Tones
Muted variations
1#460B31
2#430F30
3#40122F
4#3C152E
5#39182D
6#361C2C
7#331F2B
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 #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB9 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490832 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF1;
--charcoal-200: #F8C3E5;
--charcoal-300: #F395D1;
--charcoal-400: #ED5EB9;
--charcoal-500: #E830A5;
--charcoal-600: #CA1688;
--charcoal-700: #A1126C;
--charcoal-800: #730D4D;
--charcoal-900: #490832;
--charcoal-950: #2E051F;
}