Charcoal
#4A0833
PinkColor Codes
All color formats for development
HEX
#4A0833RGB
rgb(74, 8, 51)HSL
hsl(321, 80%, 16%)OKLCH
oklch(0.279 0.106 346.5)CMYK
cmyk(0%, 89%, 31%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42072E
2#3B0728
3#330623
4#2C051E
5#250419
6#1D0314
7#16020F
8#0F020A
9#070105
Tints
Lighter variations
1#700C4D
2#971168
3#BD1582
4#E4199D
5#EA3EAE
6#EE65BE
7#F28BCE
8#F6B2DE
9#FBD8EF
Tones
Muted variations
1#460B32
2#430F31
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 #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EBB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA168B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490833 | 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: #FBDFF1;
--charcoal-200: #F8C3E6;
--charcoal-300: #F395D2;
--charcoal-400: #ED5EBB;
--charcoal-500: #E830A8;
--charcoal-600: #CA168B;
--charcoal-700: #A1126F;
--charcoal-800: #730D4F;
--charcoal-900: #490833;
--charcoal-950: #2E0520;
}